Skip to main content
DELETE
/
store
/
shipping-zone
/
{shippingZoneId}
Delete shipping zone
curl --request DELETE \
  --url https://services.leadconnectorhq.com/store/shipping-zone/{shippingZoneId}
{
  "status": true,
  "message": "Successfully created"
}

Path Parameters

shippingZoneId
string
required

ID of the item that needs to be returned

Example:

"6578278e879ad2646715ba9c"

Query Parameters

altId
string
required

Location Id or Agency Id

Example:

"6578278e879ad2646715ba9c"

altType
enum<string>
required
Available options:
location

Response

Successful response

status
boolean
required

Status of api action

Example:

true

message
string

Success message

Example:

"Successfully created"

Last modified on March 8, 2026