Params

NameTypeRequirenessDefault valueDescription
task_uidstringrequirednoneUID of the task to cancel.

Description

Cancel an existing task by task_uid. The task is soft-removed.

This endpoint requires the following scope: tasks

Request sample

{
    "task_uid": "485929487298347"
}

Response sample

{
    "data": {
        "task_uid": "485929487298347"
    }
}