---
title: "Delete Container"
method: DELETE
path: "/v4/containers/{containerId}"
tags: ["Containers"]
---

# Delete Container

`DELETE /v4/containers/{containerId}`

Remove a specific shipping container from the system. When this endpoint is requested with the appropriate **ContainerId**, the system processes the deletion of the specified container along with its associated details. This API is essential for managing inventory and ensuring that any obsolete or unnecessary containers are no longer retained in the PRO SHIPPING system.<br /><br />***Note**: If a container is deleted, the shipments inside it remain active but are no longer associated with the container.*

## Path parameters

- `containerId` string, required

## Response `200`

The container has been successfully deleted.

## Other responses

- `400` — Invalid request response.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The container does not exist.
- `500` — Internal Server Error

---

[API](https://skmtc.dev/proshipping/apis/pro-shipping-core-api.md) · [All operations](https://skmtc.dev/proshipping/apis/pro-shipping-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proshipping/pro-shipping-core-api/revisions/ae5fc5e90109/schema)
