Delete a shipment
A shipment can be deleted before it is handled by the warehouse. For import/export shipment between ORDER and PICKUP or GOODS_RECEIPT event, whichever comes first and for export delivery order between DELIVERY_ORDER and DELIVERY_PREPARATION event. E.g. the delete route can be used to cancel a shipment order.
Delete shipment
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
shipmentIdstringRequired
Responses
204
No Content
400
Bad Request
application/json
401
Unauthorized Entity
application/json
422
Unprocessable Entity
application/json
delete
/shipment/{shipmentId}No content
Last updated