Soft-delete a task
Tasks
Soft-delete a task
Hides the task from listings entirely. Distinct from PATCH status: cancelled,
which keeps the task visible as a record. Idempotent — returns 204
even if the task didn’t exist.
DELETE
Soft-delete a task
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Task UUID.
Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Response
Task soft-deleted (or already gone).