Tools Catalog / WooCommerce tools / wc_delete_shipping_zone

wc_delete_shipping_zone tool reference for StifLi Flex MCP

Write
Group ShippingCapability manage_woocommerce

deletes a shipping zone.

Description

deletes a shipping zone.

What it is for

  • Cleaning unused zones.

Example use case

retiring an old region.

Sample prompt

Delete shipping zone ID 3 because that region is no longer served.

Sample response

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

What does wc_delete_shipping_zone do?

deletes a shipping zone.

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

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