Skip to main content
DELETE
/
v1
/
contacts
/
{id}
curl -X DELETE https://api.vozagent.ai/v1/contacts/c1a2b3c4... \
  -H "Authorization: Bearer <token>"
{
  "success": true,
  "message": "Contact deleted successfully"
}
Retrieve your API Key from your VozAgent Dashboard.

Path parameters

id
string
required
The unique identifier of the contact to delete.

Response

Returns a success confirmation. This action cannot be undone.
curl -X DELETE https://api.vozagent.ai/v1/contacts/c1a2b3c4... \
  -H "Authorization: Bearer <token>"
{
  "success": true,
  "message": "Contact deleted successfully"
}