Skip to main content
DELETE
/
crm
/
{id}
Delete a contact
curl --request DELETE \
  --url https://api.example.com/crm/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API Key authentication using Bearer token (format: ak_live_...)

Path Parameters

id
string<uuid>
required

Response

Contact deleted