clickup_task_unlink
Remove bidirectional reference links between ClickUp tasks to manage task relationships. The tool deletes the connection while keeping both tasks intact.
Instructions
Remove a bidirectional reference link previously created with clickup_task_link. The tasks themselves are not affected, only the link between them. No-op if no link exists. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links_to | Yes | ID of the linked task to unlink from task_id. | |
| task_id | Yes | ID of the first task. Obtain from clickup_task_list (field: id) or clickup_task_get (field: linked_tasks[]). |