curl --request DELETE \
--url https://services.leadconnectorhq.com/store/shipping-zone/{shippingZoneId} \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Successfully created"
}Delete specific shipping zone with Id :shippingZoneId
curl --request DELETE \
--url https://services.leadconnectorhq.com/store/shipping-zone/{shippingZoneId} \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Successfully created"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
ID of the item that needs to be returned
"6578278e879ad2646715ba9c"
Location Id or Agency Id
"6578278e879ad2646715ba9c"
location Was this page helpful?