page_delete
Permanently delete a Voog page. Must set force=true to confirm, preventing accidental removal. Snapshot the page first if you may need it later.
Instructions
Delete a page. IRREVERSIBLE — Voog does not retain deleted pages. Requires force=true; without it the call is rejected to prevent accidental deletion. Run pages_snapshot or site_snapshot first if the page might be needed later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site name from voog_list_sites | |
| page_id | Yes | Voog page id | |
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). |