wordpress_delete_comment
Delete or trash a WordPress comment by ID. Set force to true for permanent deletion, or leave false to move to trash.
Instructions
Delete or trash a WordPress comment.
Args: comment_id: Comment ID to delete force: If true, permanently delete. If false, move to trash.
Returns: Deletion confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||