---
title: "Delete Indexed Manifests"
method: DELETE
path: "/indexer/api/v1/index_report"
tags: ["indexer"]
---

# Delete Indexed Manifests

`DELETE /indexer/api/v1/index_report`

Given a Manifest's content addressable hash, any data related to it will be removed if it exists.

## Request body

- DigestSchemaJson[] — Array of manifest digests to delete from the system. — unresolved $ref

## Response `200`

Successfully deleted manifests.

- DigestSchemaJson[] — Array of manifest digests to delete from the system. — unresolved $ref

## Other responses

- `400` — Bad Request
- `415` — Unsupported Media Type
- `default` — Internal Server Error

---

[API](https://skmtc.dev/quay/apis/clair-container-analyzer.md) · [All operations](https://skmtc.dev/quay/apis/clair-container-analyzer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quay/clair-container-analyzer/revisions/079b3eb25695/schema)
