delete_task
Soft-deletes a task: it stops appearing in list_tasks but the record is retained rather than permanently removed. Fails if the task was already deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task's ID, as returned by create_task or list_tasks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| title | No | ||
| message | No | ||
| variant | No |