cURL
curl --request POST \ --url https://test.tensorai.tensorslab.com/v1/video/deletevideotask \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "taskids": [ "<string>" ] } '
{ "code": 123, "msg": "<string>", "data": { "status": "<string>" } }
Batch delete specified video tasks
API Key Authorization
Delete video task request
List of task IDs to delete
Request successful
Delete task response
Response status code: 1000=Success, 9999=Failure, 9000=Insufficient Credits
Response message
Delete task response data
Show child attributes