---
title: "Delete Contact"
method: DELETE
path: "/v1/delete-contact/{contact_id}"
---

# Delete Contact

`DELETE /v1/delete-contact/{contact_id}`

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.

## Path parameters

- `contact_id` string, uuid, required

## Response `200`

Contact deleted successfully

- object
  - `message` string
  - `contact_id` string, uuid — The ID of the deleted contact

## Other responses

- `400` — Invalid request
- `401` — Unauthorized - Invalid API key
- `404` — Contact not found

---

[API](https://skmtc.dev/telli/apis/telli-api.md) · [All operations](https://skmtc.dev/telli/apis/telli-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/telli/telli-api/revisions/9815a3c63c75/schema)
