---
title: "Delete Container"
method: DELETE
path: "/assets/{asset_id}/alpon/containers/{container_name}"
tags: ["ALPON"]
---

# Delete Container

`DELETE /assets/{asset_id}/alpon/containers/{container_name}`

Delete a container on the ALPON device.

**Possible Error Codes:**
- **AssetNotFound:** The asset with the specified ID was not found.
- **AssetNotAlponDevice:** The device is not an ALPON device.
- **ContainerNotFound:** The container with the specified name was not found.
- **ErrorDeletingContainer:** Device responded with an error.
- **DeviceNotReachable:** The device is not reachable.

## Path parameters

- `asset_id` string, required — Serial Number, UUID, SIM SID or SIM ICCID
- `container_name` string, required

## Headers

- `x-forwarded-for` string

## Response `200`

Container deleted successfully

- unknown

## Other responses

- `400` — Device error or other error
- `404` — Container not found
- `422` — Validation Error
- `502` — Device not reachable

---

[API](https://skmtc.net/sixfab/apis/sixfab-developer-api.md) · [All operations](https://skmtc.net/sixfab/apis/sixfab-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sixfab/sixfab-developer-api/revisions/24ad88fd2124/schema)
