detach_page_from_work_item
Remove a page link from a work item. Provide project_id, work_item_id, and work_item_page_id to detach the page.
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 |