delete_task
Delete a task by providing its ID; the deleted task is returned for confirmation.
Instructions
Delete a task by ID and return the deleted task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| completed | Yes | ||
| description | Yes |