delete_task
Delete a task while protecting dependent tasks from breakage. Automatically checks dependencies and invalidates caches to maintain workflow integrity.
Instructions
Deletes a task. Checks for dependent tasks and prevents deletion if other tasks depend on it. Invalidates caches automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID to delete |