wc_delete_product_category tool reference for StifLi Flex MCP
Writedeletes a product category.
Description
deletes a product category.
What it is for
- Cleaning old categories.
Example use case
removing an unused category.
Sample prompt
Delete product category ID 22 because it has been merged into another category.
Sample response
{
"tool": "wc_delete_product_category",
"status": "ok",
"updated": true
}
What does wc_delete_product_category do?
deletes a product category.
Does wc_delete_product_category 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_category be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
