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

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

200
application/json

Contact deleted successfully

The response is of type object.