Delete a task
DELETE/v1/projects/:project_id/tasks/:task_id
Removes the card and its transition history. Distinct from closing it: a card that reaches a terminal column closes and keeps its audit trail.
Request
Responses
- 204
- 401
- 404
- 502
Card deleted.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.