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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vozagent.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"
}