delete_work_item_link
Remove a link from a work item by providing the project, work item, and link IDs.
Instructions
Delete a link for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item link_id: UUID of the link
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes | ||
| project_id | Yes | ||
| work_item_id | Yes |