---
title: "Remove from Auto Dialer"
method: POST
path: "/v1/remove-from-auto-dialer"
---

# Remove from Auto Dialer

`POST /v1/remove-from-auto-dialer`

Removes a contact from the auto dialer queue

## Request body

- object
  - `contact_id` string, uuid, required — telli contact ID of the contact to remove from the auto dialer

## Response `200`

Contact removed from auto dialer successfully

- object
  - `contact_id` string, uuid

## Other responses

- `400` — Invalid request
- `401` — Unauthorized - Invalid API key

---

[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)
