delete_task
Permanently delete a specific task from a project. Use this tool to remove a task irreversibly by providing project and task IDs.
Instructions
Permanently delete a task. ⚠️ IRREVERSIBLE.
[Category: Tasks — Write] [Auth: V1]
[Related: complete_task, get_deleted_tasks]
Args:
project_id: The project containing the task.
task_id: The task to delete.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| task_id | Yes |