delete_shipping_zone_method
Delete a shipping method from a WooCommerce zone by providing the zone ID and method instance ID. This tool permanently removes the method from the zone.
Instructions
Remove a shipping method from a zone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Must be true (shipping methods require force delete) | |
| fields | No | Comma-separated fields to return in response | |
| zone_id | Yes | Shipping zone ID | |
| instance_id | Yes | Method instance ID |