Delete shipping carrier
DELETE/store/shipping-carrier/:shippingCarrierId
Delete specific shipping carrier with Id :shippingCarrierId
Request
shippingCarrierId stringrequired
ID of the shipping carrier that needs to be returned
altId stringrequired
Location Id or Agency Id
altType stringrequired
Available options
locationSuccessful response
- application/json
- Schema
- Example (auto)
Schema
statusbooleanrequired
Status of api action
messagestring
Success message
{
"status": true,
"message": "Successfully created"
}