Delete Shipping Rate
DELETE/api/v1/shipping_rates/:shipping_rate_id
Delete a shipping rate for the given order channel.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 422
Successful Response
shipping_rate_already_exists
: A shipping rate already exists with the given id.
unauthorized
: Invalid or no credentials where supplied.
could_not_validate_credentials
: Could not validate credentials.
shipping_connector_not_found
: No shipping connector found for matching organization.
order_channel_not_found
: The requested order channel does not exist.
missing_order_channel_id_or_ext_order_channel_id
: one of order_channel_id or ext_order_channel_id must be set.
order_channel_mismatch
: The given order_channel_id does not match the given ext_order_channel_id.