Skip to main content
DELETE
/
contacts
/
{contactId}
Delete contact
curl --request DELETE \
  --url https://api.getarbol.com/v1/contacts/{contactId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.

Path Parameters

contactId
string
required

Contact ID (cnt_ prefix)

Response

Contact deleted

success
boolean