cURL
curl --request POST \ --url https://platform.neza.video/api/openapi/cancel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "taskId": "<string>" } '
{ "error": "<string>" }
Stop a queued or running task before it finishes.
Create an API key inside the Neza console and pass it as a Bearer token.
Identifier returned when creating the task.
Task cancelled