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

NameTypeDescription

contactId*

integer

The contact's ID

Headers

NameTypeDescription

Authorization*

string

Bearer {{API_KEY}}

{
  "data": {
    "deleted": 1
  }
}

Last updated