---
title: "Delete a shipment"
method: DELETE
path: "/shipments/{id}"
tags: ["Shipments"]
---

# Delete a shipment

`DELETE /shipments/{id}`

Soft delete a shipment.

The shipment and all associated orders, loads, and services are marked as deleted.

## Path parameters

- `id` string, required

## Query parameters

- `by` 'id' | 'key'

## Response `204`

Shipment deleted successfully

## Other responses

- `401` — Unauthorized - invalid or missing access token
- `404` — Resource not found

---

[API](https://skmtc.net/mvmnt/apis/mvmnt-api.md) · [All operations](https://skmtc.net/mvmnt/apis/mvmnt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mvmnt/mvmnt-api/versions/c44e5e7a4256/schema)
