wp_delete_page
Delete a WordPress page by its ID. Use force to bypass trash and delete permanently.
Instructions
Delete a page (moves to trash, or permanently if force=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page ID | |
| force | No | Bypass trash and delete permanently |