Python
from gcore import Gcore client = Gcore( api_key="My API Key", ) client.cloud.registries.delete( registry_id=0, project_id=0, region_id=0, )
Delete a specific container registry and all its associated resources.
Was this page helpful?