wp_delete_comment
Delete a WordPress comment by its ID, optionally moving it to trash or permanently removing it.
Instructions
Deletes a comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the comment 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, the comment will be permanently deleted. Defaults to false (moved to trash). |