Skip to main content
DELETE
/
registries
/
{registryId}
Delete Container Registry
curl --request DELETE \
  --url https://api.bunny.net/mc/registries/{registryId} \
  --header 'AccessKey: <api-key>'
{
  "status": "NotFound",
  "applications": [
    "<string>"
  ]
}

Authorizations

AccessKey
string
header
required

Please enter a valid personal API key.

Path Parameters

registryId
integer<int64>
required

Response

Container registry was deleted or conflict returned.

status
enum<string>
Available options:
NotFound,
InUse,
Removed
applications
string[] | null