wp_delete_page
Delete a WordPress page, moving it to trash by default. Requires confirmation, with an option to permanently delete.
Instructions
Delete a WordPress page (moves to trash by default)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page ID | |
| force | No | Permanently delete instead of trash | |
| confirm | Yes | Must be true to confirm deletion |