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