clickup_delete_dependency
Remove a task dependency by specifying the task ID and optionally the depends_on or dependency_of task IDs. Clears blocking or waiting relationships.
Instructions
Remove a dependency. Note: uses query params, not body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task to remove the dependency from | |
| depends_on | No | Task ID this task was waiting on | |
| dependency_of | No | Task ID that this task was blocking |