curl --request DELETE \
--url https://api.bunny.net/mc/registries/{registryId} \
--header 'AccessKey: <api-key>'{
"status": "NotFound",
"applications": [
"<string>"
]
}Deletes a container registry. Returns an error if the registry is currently in use by any applications.
curl --request DELETE \
--url https://api.bunny.net/mc/registries/{registryId} \
--header 'AccessKey: <api-key>'{
"status": "NotFound",
"applications": [
"<string>"
]
}Was this page helpful?