wc_delete_product_tag tool reference for StifLi Flex MCP
Writedeletes a product tag.
Description
deletes a product tag.
What it is for
- Cleaning unused tags.
Example use case
removing duplicate classification.
Sample prompt
Delete product tag ID 64 because it duplicates an existing catalog tag.
Sample response
{
"tool": "wc_delete_product_tag",
"status": "ok",
"updated": true
}
What does wc_delete_product_tag do?
deletes a product tag.
Does wc_delete_product_tag 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_tag be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
