Nurama Developers
Tasks

Delete a task

Permanently removes a single task. Requires `canRemove{Creator|Reviewer}BoardTask` for at least one visibility tier of the task's parent board, plus the `boards` workspace capability. Logs a `taskDeleted` event.

DELETE
/tasks/{taskId}

Permanently removes a single task. Requires canRemove{Creator|Reviewer}BoardTask for at least one visibility tier of the task's parent board, plus the boards workspace capability. Logs a taskDeleted event.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

taskId*string

Unique identifier of the task.

Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://example.com/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty