# Void Shipment Requests a void for a shipment with the provided id. Endpoint: GET /shipments/{ship_code}/void Version: 4 Security: bearerAuth ## Path parameters: - `ship_code` (string, required) The ship_code of a shipment. ## Response 200 fields (application/json): - `success` (boolean) Example: true - `message` (boolean) ## Response 401 fields (application/json): - `message` (string) Example: "Unauthenticated." ## Response 404 fields (application/json): - `success` (boolean) - `errors` (array) Example: ["No shipment found"] ## Response 422 fields (application/json): - `success` (boolean) - `errors` (array) Example: ["The data you entered is invalid"] ## Response 500 fields (application/json): - `success` (boolean) - `errors` (array) Example: ["An unknown error occured"]