cURL
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.
Please enter a valid personal API key.
Container registry was deleted or conflict returned.
notFound
inUse
removed
Was this page helpful?