Params
| Name | Type | Requireness | Default value | Description |
|---|---|---|---|---|
| task_uid | string | required | none | UID 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"
}
}