Delete Shipping Rule

DELETE {{baseUrl}}/shipping/rules/:ShippingRule_id

This endpoint allows you to delete an existing shipping rule.

OAuth Scopes


shippings.read_write

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":{"message":"The ShippingRule has been removed successfully","code":202}}