Tasks
Delete Task
Delete a task and all of its subtasks.
Returns NOT_FOUND when the task does not exist and FORBIDDEN when the authenticated user cannot modify the task.
delete/api/v1/tasks/{task_id}
Path parameters
task_idstring required
String ID of the task
Example:6XGgmFVcrG5RRjVr
Response
Successful Response
{"stackTrail":"paths:/api/v1/tasks/{task_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 10 revisions of this API.