delete_task_dependency
Remove a blocking dependency between tasks by specifying either the depends_on or dependency_of link. Returns a confirmation.
Instructions
Remove a blocking dependency between tasks. Provide the same depends_on or dependency_of used to create it (exactly one is required). Returns a confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task the dependency is anchored on. | |
| depends_on | No | ID of the task THIS task was waiting for, to remove that link. | |
| dependency_of | No | ID of the task that depended on THIS task, to remove that link. | |
| custom_task_ids | No | Set true when the task ids are custom task IDs instead of native ClickUp IDs. Requires `team_id`. | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |