Share via


ContainerRegistryContentClient.DeleteManifest Method

Definition

Delete a manifest. Doing so effectively deletes the artifact from the registry.

public virtual Azure.Response DeleteManifest (string digest, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteManifest : string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteManifest : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteManifest (digest As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

digest
String

The digest of the manifest to delete.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

The response received from the delete operation.

Exceptions

If digest is null.

Thrown when a failure is returned by the Container Registry service.

Applies to