cURL
curl --request DELETE \ --url https://api.prod.getdex.com/v1/contacts/{contactId} \ --header 'Authorization: Bearer <token>'
{ "error": true, "message": "<string>" }
Permanently delete a single contact by its ID. This removes the contact and all associated data including notes, reminders, and tag associations.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Successful response
Was this page helpful?