---
title: "Delete Queue"
method: DELETE
path: "/v1/annotation-queues/{queueId}"
tags: ["Annotation Queues"]
---

# Delete Queue

`DELETE /v1/annotation-queues/{queueId}`

Permanently deletes an annotation queue and all its associated queue items.

**Warning:** This action cannot be undone. All queue items (assignments and completion status) will be deleted. However, any annotations created from this queue will remain in your project.

## Path parameters

- `queueId` string, required

## Headers

- `CONFIDENT_API_KEY` string, required

## Response `200`

Successfully deleted annotation queue

- DeleteAnnotationQueueResponse
  - `success` boolean, required — Indicates if the annotation queue was successfully deleted.
  - `data` object, required — Contains the deleted annotation queue information.
    - `id` string, required — The unique identifier of the deleted annotation queue.

---

[API](https://skmtc.dev/confident-ai/apis/confident-ai-metrics-api.md) · [All operations](https://skmtc.dev/confident-ai/apis/confident-ai-metrics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/confident-ai/confident-ai-metrics-api/revisions/95cdde71b65e/schema)
