Delete Postcard Profile
DELETE/print-mail/v1/order_profiles/postcards/{id}
Deletes a Postcard Profile.
Delete Postcard Profile
curl https://api.postgrid.com/print-mail/v1/order_profiles/postcards/$ID \
-X DELETE \
-H "X-API-Key: $POSTGRID_PRINT_MAIL_API_KEY"{
"id": "postcard_profile_456",
"object": "postcard_profile",
"deleted": true
}Returns Examples
{
"id": "postcard_profile_456",
"object": "postcard_profile",
"deleted": true
}