Comment Tools
wordpress_delete_comment
Delete a WordPress comment.
wordpress_delete_comment
Delete a comment.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | number | Yes | Comment ID |
Response
{
"success": true,
"deleted": true,
"id": 9001
}
Example Prompts
- "Delete comment 9001"
- "Remove the spam comment with ID 9001"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
