Skip to main content
POST
/
openapi
/
cancel
Cancel task
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>"
}

Authorizations

Authorization
string
header
required

Create an API key inside the Neza console and pass it as a Bearer token.

Body

application/json
taskId
string
required

Identifier returned when creating the task.

Response

Task cancelled