---
title: "Remove items from annotation queue"
method: POST
path: "/v1/private/annotation-queues/{id}/items/delete"
tags: ["Annotation Queues"]
---

# Remove items from annotation queue

`POST /v1/private/annotation-queues/{id}/items/delete`

Remove items from annotation queue

## Path parameters

- `id` string, uuid, required

## Request body

- AnnotationQueueItemIds
  - `ids` string[], required

## Response `204`

No content

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
