indexer

Delete Indexed Manifests

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

delete/indexer/api/v1/index_report

Request body

DigestSchemaJson[] required— unresolved $ref

Array of manifest digests to delete from the system.

Example request

[
  "sha256:fc84b5febd328eccaa913807716887b3eb5ed08bc22cc6933a9ebf82766725e3"
]

Response

Successfully deleted manifests.

DigestSchemaJson[] required— unresolved $ref

Array of manifest digests to delete from the system.

Example response

[
  "sha256:fc84b5febd328eccaa913807716887b3eb5ed08bc22cc6933a9ebf82766725e3"
]

Changes