# ST06 - Delete shipments Limited to 1000 shipments at a timeCall FrequencyRecommended usage: On each shipment deletionMaximum usage: On each shipment deletion Endpoint: PUT /api/shipments/delete ## Query parameters: - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Request fields (application/json): - `shipments` (array, required) Shipment ids - `shipments.id` (string, required) Shipment id ## Response 200 fields (application/json): - `shipment_errors` (array) Shipment workflow update errors - `shipment_errors.id` (string) Shipment id - `shipment_errors.message` (string) Error message - `shipment_success` (array) Shipment workflow update success