Delete Contact

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.

delete/v1/delete-contact/{contact_id}

Path parameters

contact_idstring uuid required

The telli contact ID to delete

Response

Contact deleted successfully

messagestring
contact_idstring uuid

The ID of the deleted contact

Example response

{
  "message": "Contact deleted successfully"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.