Deleting a Contact

DELETE /api/contacts/{id}.json

Delete the properties for a single Contact.

Details about this resource:

  • All information based on the contact, including all addresses associated with the contact as well as all access roles granted WILL be deleted.
  • Contacts which are of the type hq or an Evance Account Owner cannot be deleted.

Example JSON response

{
    "success": true
}