Images
Delete image by docker imageId
delete/images/by_id/{imageId}
Path parameters
imageIdstring required
Query parameters
forceboolean
Headers
x-anchore-accountstring
An account name to change the resource scope of the request to that account, if permissions allow (admin only)
Response
Image deletion success
Example response
{
"digest": "digest",
"detail": "detail",
"status": "not_found"
}Changes
Changed in 2 of the 5 revisions of this API.11
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
This revision also has 75 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲