curl --request DELETE \
--url https://services.leadconnectorhq.com/store/shipping-zone/{shippingZoneId}/shipping-rate/{shippingRateId} \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Successfully created"
}Delete specific shipping rate with Id :shippingRateId
curl --request DELETE \
--url https://services.leadconnectorhq.com/store/shipping-zone/{shippingZoneId}/shipping-rate/{shippingRateId} \
--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 shipping zone
"6578278e879ad2646715ba9c"
ID of the shipping rate that needs to be returned
"6578278e879ad2646715ba9c"
Location Id or Agency Id
"6578278e879ad2646715ba9c"
location Was this page helpful?