Delete a contact

Permanently deletes a contact. This cannot be undone.

🚧

Note

Only contacts that return "Editable": "true" when retrieved or listed can be deleted.

Parameters


No parameters.

Returns


Returns with a DELETED status on success. If the contact Id doesn't exist, this call returns with an error.

Example Request


curl 'https://api.impact.com/Advertisers/<AccountSID>/Campaigns/1000/Contacts/2750' \
  -X DELETE \
  -u '<AccountSID>:<AuthToken>' \
  -H 'Accept: application/json'

Example Response


{
  "Status": "DELETED"
}