cURL
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" }
Permanently deletes a contact and any PII data associated with it from the system. This action cannot be undone. If you want to stop calling a contact, use the v1/remove-from-auto-dialer endpoint instead.
v1/remove-from-auto-dialer
Was this page helpful?