---
title: "Delete an image analysis"
method: DELETE
path: "/images/{imageDigest}"
tags: ["Images"]
---

# Delete an image analysis

`DELETE /images/{imageDigest}`

## Path parameters

- `imageDigest` string, required

## Query parameters

- `force` boolean

## Headers

- `x-anchore-account` string

## Response `200`

Image deletion success

- DeleteImageResponse — Image deletion response containing status and details
  - `digest` string, required
  - `status` 'not_found' | 'deleting' | 'delete_failed', required — Current status of the image deletion
  - `detail` string

## Changes

> 5 revisions in range; 1 could not be searched.

- **2019-10-02** `75f483ab10a0` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/banzaicloud/apis/anchore-engine-api-server/changes/images/:imageDigest/delete.md)

---

[API](https://skmtc.dev/banzaicloud/apis/anchore-engine-api-server.md) · [All operations](https://skmtc.dev/banzaicloud/apis/anchore-engine-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/banzaicloud/anchore-engine-api-server/revisions/38e5705e0b21/schema)
