Skip to main content
DELETE
Permanently remove an individual contact record by its unique UUID identifier. Attempting to delete a contact belonging to another organization returns a 404 Not Found response.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Unique UUID identifier of the contact to delete. Example: 7b8f9e2a-4c1d-48ef-9123-bcde456789ab.
string
required
Bearer token for authentication. Format: Bearer <token>.

Response Fields

string
Confirmation response: "Contact deleted successfully".


Previous
Bulk upload contacts
POST /api/v1/contacts/bulk-upload
Next