Remove a task dependency
remove_dependencyRemove the prerequisite edge (task_id depends on depends_on_task_id). No-op if the edge does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The dependent task. Id or task URL. | |
| depends_on_task_id | Yes | The blocker task to detach. Id or task URL. |