detach_page_from_work_item
Remove a linked page from a work item by specifying the project, work item, and page link ID.
Instructions
Remove a page link from a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item work_item_page_id: UUID of the work item page link (not the page ID)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| work_item_id | Yes | ||
| work_item_page_id | Yes |