DELETE

Delete Contact

Permanently deletes a contact.

DELETEhttps://api.vantaxai.com/v1/contacts/{contact_id}

Irreversible

Deleting a contact removes its conversations and notes and cannot be undone.

Headers

  • Authorizationstringrequired

    Bearer authentication with your secret API key.

    example: Bearer vx_live_3fa9c2…

Path Parameters

  • contact_idstringrequired

    The contact to delete.

    example: ct_9b21d3

Request

curl -X DELETE https://api.vantaxai.com/v1/contacts/ct_9b21d3 \
  -H "Authorization: Bearer vx_live_3fa9c2..."

Response

{
  "success": true,
  "message": "Contact deleted successfully"
}