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

# Delete Container

`DELETE /v4/containers/{containerId}`

Delete a specific container.<br />Only containers with Active status can be deleted.

## 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)
