Skip to main content
DELETE
/
v1
/
delete-contact
/
{contact_id}
Delete Contact
curl --request DELETE \
  --url https://api.telli.com/v1/delete-contact/{contact_id} \
  --header 'Authorization: <api-key>'
{
  "message": "Contact deleted successfully",
  "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.telli.com/llms.txt

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

This endpoint is deprecated. Use Delete Contact instead. See the Migration Guide for details.

Authorizations

Authorization
string
header
required

API key must be provided as: Bearer <api_key>

Path Parameters

contact_id
string<uuid>
required

The telli contact ID to delete

Response

Contact deleted successfully

message
string
Example:

"Contact deleted successfully"

contact_id
string<uuid>

The ID of the deleted contact