---
title: "Delete a Shipment"
method: DELETE
path: "/2024-09/shipments/{easyship_shipment_id}"
tags: ["Shipments"]
---

# Delete a Shipment

`DELETE /2024-09/shipments/{easyship_shipment_id}`

Delete a shipment before a label has been requested (`label_state: not_created`).

Required authorization scope: `public.shipment:write`

> **Cancel vs Delete:** Use **Delete** to remove a shipment before a label has been requested (`label_state: not_created`). Use **Cancel** after a label has been requested, as long as the shipment is not yet in transit.

## Path parameters

- `easyship_shipment_id` string, required

## Response `200`

shipment successfully deleted

- Success — General success response
  - `success` object
    - `message` string
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

## Other responses

- `404` — shipment not found or not in a deletable state

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/revisions/71d737a5fcbf/schema)
