Skip to content

Delete a contact

DELETE
/api/contacts/{id}

Delete a contact. This does not delete any associated conversations.

id
required
string format: uuid

The unique identifier of the contact to delete.

The contact was deleted.

No contact exists with the given ID in the authenticated tenant.

Standard error response returned by all endpoints on failure.

object
error
required

A human-readable error message describing what went wrong.

string
Example
Conversation not found