wp_delete_page
Delete a WordPress page by ID, optionally moving it to trash or permanently removing it when force is true. Target a specific site if multiple WordPress sites are configured.
Instructions
Deletes a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the page to delete. | |
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| force | No | If true, permanently delete. If false, move to trash. Defaults to false. |