Delete Contact
DELETE/print-mail/v1/contacts/{id}
Delete a contact. Note that this will not affect orders that were sent to this contact.
Delete Contact
curl https://api.postgrid.com/print-mail/v1/contacts/$ID \
-X DELETE \
-H "X-API-Key: $POSTGRID_PRINT_MAIL_API_KEY"{
"id": "contact_sqF12lZ1VlBb",
"deleted": true,
"object": "contact"
}Returns Examples
{
"id": "contact_sqF12lZ1VlBb",
"deleted": true,
"object": "contact"
}