clickup_delete_task_link
Remove a 'related to' link between two ClickUp tasks, undoing a previous association.
Instructions
Remove a "related to" link between two tasks.
When to Use:
To undo an association created with
clickup_add_task_link.
When NOT to Use:
To remove a blocking dependency — use
clickup_delete_dependency.
Returns: A confirmation that the link was removed.
Examples:
params = {"task_id": "abc", "links_to": "xyz"}
Error Handling: A 404 means the link (or a task ID) does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |