delete_task
Delete a task by its ID. Set hard to true for permanent removal, or leave false to archive it.
Instructions
Delete a task.
Args: task_id: ID of the task to delete hard: If True, permanently delete. If False, archive (soft delete).
Returns: Confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hard | No | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||