> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eazecustoms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete shipment

> Archive a shipment using existing shipment lifecycle logic.

Archive a shipment using existing shipment lifecycle logic. Shipments can only be deleted if they do not contain active declarations that have already been submitted to customs.

### Path Parameters

<ParamField path="id" type="number" required>
  The unique shipment ID.
</ParamField>

<ResponseExample>
  ```json 200 OK theme={null}
  {
    "success": true,
    "message": "Shipment successfully deleted."
  }
  ```
</ResponseExample>
