v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142314899.7 KB

Deletes a list of specified images that are within a repository in a public registry. Images are specified with either an imageTag or imageDigest.

You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository.

You can completely delete an image (and all of its tags) by specifying the digest of the image in your request.

post/#X-Amz-Target=SpencerFrontendService.BatchDeleteImage

Headers

X-Amz-Target'SpencerFrontendService.BatchDeleteImage' required

Request body

registryIdstring

The Amazon Web Services account ID, or registry alias, that's associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.

repositoryNamestring required

The repository in a public registry that contains the image to delete.

Response

Success