Clear a specific queue item
Queue
Clear Queue Item
Endpoint to clear a specific video generation request from the queue for the authenticated user.
POST
Clear a specific queue item
Documentation Index
Fetch the complete documentation index at: https://docs.videnly.com/llms.txt
Use this file to discover all available pages before exploring further.
Note: Clearing a queue item is irreversible.
Clear Queue Item
This endpoint clears a specific video generation request from the queue for the authenticated user.Request
- Endpoint:
POST /v1/queue/clear - Authorization: Bearer token required
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
queueId | string | Yes | The ID of the queue item to clear. |

