wp_delete_page
Delete a specific WordPress page using its ID. Choose between moving to trash or permanent deletion.
Instructions
Deletes a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| id | Yes | The ID of the page to delete. | |
| force | No | If true, permanently delete. If false, move to trash. Defaults to false. |