---
title: "Clear a specific queue item"
method: POST
path: "/v1/queue/clear"
tags: ["Queue"]
---

# Clear a specific queue item

`POST /v1/queue/clear`

Deletes a specific queue item belonging to the authenticated user.

## Request body

- object
  - `queueId` string, required

## Response `200`

Queue item cleared successfully

- object
  - `status` string
  - `message` string
  - `queueId` string

## Other responses

- `400` — Invalid queue ID format
- `404` — Queue item not found or not owned by the user
- `500` — Server error

---

[API](https://skmtc.dev/videnly/apis/videnly-api.md) · [All operations](https://skmtc.dev/videnly/apis/videnly-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/videnly/videnly-api/revisions/4a794bda6876/schema)
