Tools Catalog / WooCommerce tools / wc_delete_tax_rate

wc_delete_tax_rate tool reference for StifLi Flex MCP

Write
Group TaxesCapability manage_woocommerce

deletes a tax rate by ID.

Description

deletes a tax rate by ID.

What it is for

  • Cleaning old fiscal configuration.

Example use case

removing obsolete tax logic.

Sample prompt

Delete tax rate ID 14 because that jurisdiction is no longer configured in the store.

Sample response

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

What does wc_delete_tax_rate do?

deletes a tax rate by ID.

Does wc_delete_tax_rate 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 manage_woocommerce and the active MCP profile.

How should wc_delete_tax_rate be used safely?

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