delete_task_link
Unlink two tasks in ClickUp, preserving dependencies. Returns confirmation after removal.
Instructions
Remove a plain link between two tasks (created by add_task_link). Returns a confirmation. Does not affect dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the source task. | |
| links_to | Yes | ID of the linked task to unlink. | |
| 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. |