wc_delete_product_review tool reference for StifLi Flex MCP
Writedeletes a product review.
Description
deletes a product review.
What it is for
- Moderating reviews.
Example use case
removing abusive content.
Sample prompt
Delete review ID 830 because it contains abusive language and violates moderation rules.
Sample response
{
"tool": "wc_delete_product_review",
"status": "ok",
"updated": true
}
What does wc_delete_product_review do?
deletes a product review.
Does wc_delete_product_review modify store data?
Yes. It is a write operation and can create, update, or delete data depending on arguments.
Which capability is commonly required?
It usually runs under controls compatible with edit_products and the active MCP profile.
How should wc_delete_product_review be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
