---
title: "Delete Container Registry"
method: DELETE
path: "/registries/{registryId}"
tags: ["ContainerRegistries"]
---

# Delete Container Registry

`DELETE /registries/{registryId}`

Deletes a container registry. Returns an error if the registry is currently in use by any applications.

## Path parameters

- `registryId` integer, required

## Response `200`

Container registry was deleted or conflict returned.

- RemoveContainerRegistryResult
  - `status` 'notFound' | 'inUse' | 'removed'
  - `applications` string[], nullable

## Other responses

- `401` — User is unauthorized.
- `409` — Container registry is used.
- `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/revisions/9e622620664b/schema)
