Delete Shipment Order
DELETE/api/v1/shipment_orders/:shipment_order_id
Delete a shipment order.
Request
Responses
- 204
- 401
- 403
- 404
- 422
Successful Response
unauthorized
: Invalid or no credentials where supplied.
could_not_validate_credentials
: Could not validate credentials.
shipment_order_not_found
: The requested shipment order was not found.
Validation Error