onenote_delete_page
Delete a OneNote page by its object ID, moving it to the recycle bin for recovery, or permanently with the permanent flag. Confirm the page ID before use.
Instructions
Delete a OneNote page by its object ID. By default the page is moved to the notebook's recycle bin (recoverable); pass permanent:true to erase it outright. Destructive — always confirm you have the right page ID (from onenote_hierarchy or onenote_search) before calling. Deletes one page per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | OneNote page object ID. Required. | |
| permanent | No | If true, delete permanently instead of moving to the recycle bin. Default false. |