curl -X DELETE "https://api.nedzo.ai/v1/contacts/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer YOUR_API_KEY"
// 204 No Content
Contacts
Delete contact
Permanently delete a contact by UUID via the Nedzo REST API. Removes the contact record and associated data from your workspace. Cannot be undone.
DELETE
/
contacts
/
{id}
curl -X DELETE "https://api.nedzo.ai/v1/contacts/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer YOUR_API_KEY"
// 204 No Content
string
required
Contact UUID
curl -X DELETE "https://api.nedzo.ai/v1/contacts/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer YOUR_API_KEY"
// 204 No Content
Was this page helpful?
