Cancel task

POST
/api/tasks/{task_id}/cancel

Cancels task with ID: task_id.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

task_id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/tasks/52921d5c-eb41-45d6-96a8-f2da5616c717/cancel"
{  "message": "string"}