ado_workitems_unlink
Remove an existing link between two Azure DevOps work items by specifying the original fromId, toId, and linkType. Fails if the link does not exist.
Instructions
Remove an existing link between two work items. Pass the same fromId/toId/linkType used when the link was created. Errors if the link is not present. Requires vso.work_write PAT scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toId | Yes | The target of the link to remove | |
| fromId | Yes | The work item to remove the relation from | |
| project | No | Project scope (optional) | |
| linkType | Yes | Link kind from fromId's perspective. 'parent' makes toId the parent of fromId (drag under on the board). 'child' makes toId a child of fromId. Also: related, predecessor, successor, duplicate, duplicate-of. |