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

# Remove from Auto Dialer Batch

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

Removes multiple contacts from the auto dialer queue. Limited to 50 contacts per request.

## Request body

- object
  - `contact_ids` string[], required — Array of telli contact IDs to remove from the auto dialer. Maximum 50 contacts per request.

## Response `200`

List of statuses for each contact ID

- object[]
  - `contact_id` string, uuid — The telli contact ID
  - `status` 'success' | 'error' — Status of the removal operation
  - `error` string — Error message (only present for failed removals)

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