clickup_delete_dependency
Remove a blocking dependency between two ClickUp tasks to unblock progress. Specify the dependency direction (depends_on or dependency_of) matching creation.
Instructions
Remove a blocking dependency edge between two tasks.
Identify the edge to remove with exactly one of depends_on or
dependency_of (the same direction you used to create it).
When to Use:
To unblock a task once its dependency no longer applies.
When NOT to Use:
To remove a non-blocking association — use
clickup_delete_task_link.
Returns: A confirmation that the dependency edge was removed.
Examples:
params = {"task_id": "abc", "depends_on": "xyz"}
Error Handling: A 404 means the edge (or a task ID) does not exist; the direction must match how the dependency was originally created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |