---
title: "Deletes a shipment plan"
method: DELETE
path: "/shipments/v4/plans/{shipmentPlanId}"
tags: ["Shipments"]
---

# Deletes a shipment plan

`DELETE /shipments/v4/plans/{shipmentPlanId}`

Deletes a shipment plan identified by the `shipmentPlanId`.

Any shipment instantiated from the plan will persist, but the
reference to the parent plan will be removed.

## Response `204`

Successful (no content).

The shipment plan was successfully deleted.

## Other responses

- `400` — Bad request The request object is in an incorrect format or has values that are invalid or out of range. If available, further error details are provided in the response body.
- `401` — Unauthorized The request did not provide correct authentication details
- `403` — Forbidden The account does not have the correct privileges
- `404` — Not Found The specified resource was not found

---

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