Delete a contact.
Last updated 2 years ago
DELETE https://{{account_id}}.acquire.io/api/v1/crm/objects/contact/{{contactId}}
DELETE
https://{{account_id}}.acquire.io/api/v1/crm/objects/contact/{{contactId}}
Delete a customer. The contactId must be passed in to the endpoint as a path parameter. Warning: This action cannot be undone.
{ "data": { "deleted": 1 } }
contactId*
integer
The contact's ID
Authorization*
string
Bearer {{API_KEY}}