cURL
curl --request DELETE \ --url https://api.example.com/v2/sandboxes/registries/{name}
{ "detail": { "error": "NotFound", "message": "Resource not found." } }
Delete a private container registry.
This will fail if any templates reference this registry. Delete or update those templates first before deleting the registry.
Registry name
Successful Response
Was this page helpful?