Skip to main content

deleteOciRepo

Delete an OCI repository.

Refused if the repository has any published versions. Tags are immutable; to remove versions today, recreate the repository.

deleteOciRepo(
organizationId: ID!
id: ID!
): OciRepoPayload

Arguments

deleteOciRepo.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

deleteOciRepo.id ● ID! non-null scalar {#id}

The repository name to delete.

Type

OciRepoPayload object