Queue
Clear Queue Item
Endpoint to clear a specific video generation request from the queue for the authenticated user.
POST
/
v1
/
queue
/
clear
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
Authorization
string
headerrequiredUse format Bearer YOUR_API_KEY
.
Body
application/json
queueId
string
requiredResponse
200 - application/json
status
string
message
string
queueId
string