Delete contact
Delete a contact.
Delete contact
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.
Path Parameters
Name | Type | Description |
---|---|---|
contactId* | integer | The contact's ID |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer {{API_KEY}} |
Last updated