OCI
Delete Tag
Delete a OCITag
An OCIRepository can publish zero or more OCITags. OCITags are names that point to a unique OCIArtifact digest.
An OCITag’s ID is comprised of the OCIRepository ID followed by a : and the Tag name.
Examples of OCITag identifiers:
- docker.io/istio/pilot:1.3.0: The 1.3.0 tag on the docker.io/istio/pilot OCIRepository.
- public.ecr.aws/bottlerocket/bottlerocket-operator:0.1: The 0.1 tag on the public.ecr.aws/bottlerocket/bottlerocket-operator OCIRepository.
DELETE
Response
204
No Content