DELETE
/
api
/
v1
/
contacts
/
{id}
curl -X DELETE https://api.ravan.ai/api/v1/contacts/019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b \
  -H "X-Api-Key: YOUR_API_KEY"
{ "success": true, "message": "Contact deleted successfully" }
This action is irreversible.

Authorizations

X-Api-Key
string
required
Your Agni API key.

Path Parameters

id
string
required
UUID of the contact to delete.

Response

success
boolean
Whether the request succeeded.
message
string
Human-readable status message.
curl -X DELETE https://api.ravan.ai/api/v1/contacts/019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b \
  -H "X-Api-Key: YOUR_API_KEY"
{ "success": true, "message": "Contact deleted successfully" }

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Contact ID

Response

Successful response