Python
from gcore import Gcore client = Gcore( api_key="My API Key", ) client.cloud.registries.artifacts.delete( digest="digest", project_id=0, region_id=0, registry_id=0, repository_name="repository_name", )
Delete a specific artifact from a repository.
Was this page helpful?