Skip to main content
DELETE
/
api
/
v1
/
shipping-zones
/
{zone_id}
Delete Shipping Zone
curl --request DELETE \
  --url https://api.launchmystore.io/api/v1/shipping-zones/{zone_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Shipping zone deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

zone_id
string
required
The shipping zone ID to delete

Response

{
  "success": true,
  "message": "Shipping zone deleted successfully"
}