---
title: "Delete a Shipment"
method: POST
path: "/client/shipments/{orderNumber}/delete"
tags: ["Shipments"]
---

# Delete a Shipment

`POST /client/shipments/{orderNumber}/delete`

Deletes a shipment. Only shipments in DRAFT status can be deleted.

## Path parameters

- `orderNumber` string, required

## Response `200`

Delete result

- object
  - `message` string, required — Additional information about the request status.
  - `code` integer, required — Status code. 0 indicates success.
  - `data` object, nullable — Always null for this operation.

---

[API](https://skmtc.dev/uniuni/apis/uniuni-platform-client-api.md) · [All operations](https://skmtc.dev/uniuni/apis/uniuni-platform-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uniuni/uniuni-platform-client-api/revisions/d61334c7f8b1/schema)
