Comment Toolswordpress_delete_comment
Comment Tools

wordpress_delete_comment

Delete a WordPress comment.

wordpress_delete_comment

Delete a comment.

Parameters

ParameterTypeRequiredDescription
idnumberYesComment ID

Response

{
  "success": true,
  "deleted": true,
  "id": 9001
}

Example Prompts

  • "Delete comment 9001"
  • "Remove the spam comment with ID 9001"