Zum Hauptinhalt springen
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.

Dieser Endpunkt ist veraltet. Verwende stattdessen Kontakt löschen. Weitere Informationen findest du in der Migrationsanleitung.

Autorisierungen

Authorization
string
header
erforderlich

API key must be provided as: Bearer <api_key>

Pfadparameter

contact_id
string<uuid>
erforderlich

The telli contact ID to delete

Antwort

Contact deleted successfully

message
string
Beispiel:

"Contact deleted successfully"

contact_id
string<uuid>

The ID of the deleted contact