unlink_tickets
Remove all links between two tickets: dependency, related-to, duplicate-of. Works from either side; succeeds even when no link exists.
Instructions
Remove the link between two tickets. Order does not matter — it finds the pair from either end, so you do not have to know which one is recorded as the blocker. Note what it removes: Laver can hold more than one kind of link between the same pair (a dependency, a related-to, a duplicate-of), a person can add the other kinds in the web app, and this removes ALL of them rather than only the dependency link_tickets creates. It is not an error to unlink a pair that was never linked — nothing matches, nothing is removed, and the call still succeeds — so this cannot be used to test whether a link exists; read blocked_by and blocks on the ticket for that. Either uuid being unreadable, on a board you cannot open, or nonexistent is a 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_uuid | Yes | The ticket's uuid, from list_tickets, get_board or search | |
| other_task_uuid | Yes |