v1
latestOpenAPI 3.0.02026-07-26866217.8 KBTask
Delete Task
Delete a task permanently. Returns 404 if the task does not exist or is not accessible to the current operator.
delete/tasks/{id}
Path parameters
idinteger required
Id of the task to delete.
Response
The task has been successfully deleted.
Example response
{
"error_msg": "Done."
}