Delete a task
DELETE/tasks/:task_id
Soft-delete a task (status → 'deleted').
The row is retained for audit. Deleted tasks are excluded from GET /tasks by default and are never evaluated. Deletion is irreversible via the API.
HTTP 404 — task not found or already deleted (no active task at this id).
Request
Responses
- 200
- 422
Successful Response
Validation Error