Delete a shipping zone
How to delete an existing shipping zone via API
Last updated
How to delete an existing shipping zone via API
Last updated
To a shipping zone, send a DELETE
request to the /api/shipping_zones/:id
endpoint, where id
is the id of the shipping zone that you want to delete.
DELETE https://yourdomain.commercelayer.io/api/shipping_zones/:id
The following request tries to delete the shipping zone identified by the ID "xYZkjABcde":