delete_task
Remove a specific task from your task list. Use the task ID obtained from list_tasks to identify the task to delete.
Instructions
Delete a task. Use list_tasks to get the taskId. Only delete when the user clearly asks to remove it (to just finish it, use complete_task).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Id of the task to delete (from list_tasks). |