{ "status": "<string>", "message": "<string>", "queueId": "<string>" }
Endpoint to clear a specific video generation request from the queue for the authenticated user.
POST /v1/queue/clear
queueId
string
curl -X POST https://api.videnly.com/v1/queue/clear \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "queueId": "xxxxxxxxxxxxxxxxxxxxxxxx" }'
Use format Bearer YOUR_API_KEY.
Bearer YOUR_API_KEY
Queue item cleared successfully