Delete image manifest
DELETE
https://registry-1.docker.io
/v2/{name}/manifests/{reference}
Docker Hub registry API
{var_value}
Delete image manifest
Delete an image manifest from a repository by digest.
Only untagged or unreferenced manifests can be deleted. If the manifest is still referenced by a tag or another image, the registry will return 403 Forbidden
.
This operation requires delete
access to the repository.
DELETE /v2/{name}/manifests/{reference}
Loading...
Response
Waiting for a request to be sent.