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

ParameterTypeRequiredDescription
queueIdstringYesThe ID of the queue item to clear.

Example Request

curl -X POST https://api.videnly.com/v1/queue/clear \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
  "queueId": "xxxxxxxxxxxxxxxxxxxxxxxx"
}'

Authorizations

Authorization
string
headerrequired

Use format Bearer YOUR_API_KEY.

Body

application/json
queueId
string
required

Response

200 - application/json
status
string
message
string
queueId
string