wp_delete_comment
Delete a WordPress comment, with option to trash or permanently delete.
Instructions
Deletes a comment.
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 comment to delete. | |
| force | No | If true, the comment will be permanently deleted. Defaults to false (moved to trash). |