Queue
Clear Queue Item
Endpoint to clear a specific video generation request from the queue for the authenticated user.
POST
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. |
Example Request
Authorizations
Use format Bearer YOUR_API_KEY
.
Body
application/json