Skip to content

delete_task

delete_task

Permanently delete a task. The authenticated user must have access to the task — they created it, are assigned to it, or belong to one of the lists the task is attached to.

Connected web clients receive a task:deleted realtime event so the task disappears from their UI.

FieldTypeRequiredDescription
taskIdnumberyesNumeric ID of the task to delete.
{
  "taskId": 421
}

A single text content block:

{ "ok": true }

The tool returns isError: true with an explanatory text block when the task ID doesn’t exist or the authenticated user has no access to it.