---
title: "Remove annotation queue items"
method: POST
path: "/v2/annotation-queues/{annotation_queue_id}/items/remove"
tags: ["Annotation Queues"]
---

# Remove annotation queue items

`POST /v2/annotation-queues/{annotation_queue_id}/items/remove`

Removes items from the specified annotation queue.

## Path parameters

- `annotation_queue_id` string, required

## Request body

- object
  - `span_ids` string[], required — The unique identifiers of the spans to be removed from the annotation queue

## Response `204`

No content - Annotation queue items successfully removed

## Other responses

- `404` — Annotation queue not found

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/revisions/deb8d376faee/schema)
