delete_task_dependency
Remove a dependency from a ClickUp task by providing the task ID and either the task it depends on or the dependent task.
Instructions
Delete a dependency from a ClickUp task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ID of the task | |
| depends_on | No | Task ID this task depends on (optional) | |
| dependent_on | No | Task ID that depends on this task (optional) |