delete_task
Remove a task from the progress sheet and automatically clear its blocked_by references in other tasks to maintain dependency integrity.
Instructions
Delete a task from the progress sheet. Also cleans up blocked_by references in other tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | User ID for multi-user support | |
| phase | Yes | Phase name (empty string for auto-resolve from unique match) | |
| project | No | Project ID | |
| task_id | Yes | Task ID (e.g., T01) |