Delete Task
DELETE/api/tasks/deletetask/:id
Tier: Public — stable, supported for third-party integration.
Soft deletes a task. Not lifecycle-gated — a task in any state, including Completed, can be deleted.
Request
Responses
- 200
- 400
- 401
- 403
true.
NotFound — unknown task id.
Caller is not authenticated.
Caller does not have Delete permission on the Task module.