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

# Delete Container Template

`DELETE /apps/{appId}/containers/{containerId}`

Deletes a container template from an application.

## Path parameters

- `appId` string, required
- `containerId` string, required

## Response `200`

Container template was successfully deleted.

## Other responses

- `400` — Cannot delete the last container template.
- `401` — User is unauthorized.
- `403` — User has invalid card or suspended.
- `404` — Application or container template not found.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
