delete_task_dependency
Remove a dependency between tasks in ClickUp by specifying the task ID and either the depends_on or dependency_of relationship to break the link and decouple task scheduling.
Instructions
Remove a dependency between tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID | |
| depends_on | No | ||
| dependency_of | No |