---
title: "Delete Container"
method: DELETE
path: "/v4/internationalArrivalsContainers/rm/{containerId}"
tags: ["International Arrivals Containers"]
---

# Delete Container

`DELETE /v4/internationalArrivalsContainers/rm/{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 SAPIENT system.<br /><br />***Note:** You can only delete the containers that are in the **Active** status.*

## 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/intersoftsapient/apis/sapient-core-api.md) · [All operations](https://skmtc.dev/intersoftsapient/apis/sapient-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intersoftsapient/sapient-core-api/revisions/3315ad0b5875/schema)
