delete_task_dependency
Remove a dependency that links two tasks, freeing them from blocking each other.
Instructions
Remove a dependency between tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID. | |
| depends_on | No | ||
| dependency_of | No | ||
| custom_task_ids | No | ||
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |