Tools Catalog / WooCommerce tools / wc_delete_product

wc_delete_product tool reference for StifLi Flex MCP

Write
Group Products and variationsCapability edit_products

deletes a product by ID. `force=true` permanently deletes it.

Description

deletes a product by ID. `force=true` permanently deletes it.

What it is for

  • Removing old or incorrect products.

Example use case

removing a test product.

Sample prompt

Delete product ID 410 because it was only created for internal testing.

Sample response

{
  "tool": "wc_delete_product",
  "status": "ok",
  "updated": true
}

What does wc_delete_product do?

deletes a product by ID. `force=true` permanently deletes it.

Does wc_delete_product 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 be used safely?

Enable write confirmations, test in staging first, and keep changelog/rollback enabled.