Skip to main content
The Delete Contact endpoint permanently removes a contact and all associated records from your Workspace. This action is irreversible — the contact’s conversation history, custom field values, tags, and notes are deleted. Use this endpoint only when you intend a full removal; to simply block a contact from sending messages, use the block endpoint instead. A successful deletion returns HTTP 204 No Content.
DELETE /api/v1/contacts/{identifier}
Deleting a contact is permanent and cannot be undone. Verify the identifier resolves to the correct contact before sending this request.

Path Parameters

string
required
A contact lookup string using one of the three supported prefix formats. Minimum length: 1 character.

Code Examples

Response

A successful request returns HTTP 204 No Content with no response body.