Skip to main content
DELETE
/
contacts
/
{id}
Delete contact
curl --request DELETE \
  --url https://api.telli.com/v2/contacts/{id} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

API key authentication. Use your telli API key as the bearer token.

Path Parameters

id
string<uuid>
required

Response

OK

The response is of type any.