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