---
title: "Invalidate operation ID so it can be garbage collected"
method: DELETE
path: "/imports/images/{operation_id}"
tags: ["Imports"]
---

# Invalidate operation ID so it can be garbage collected

`DELETE /imports/images/{operation_id}`

## Path parameters

- `operation_id` string, required

## Response `200`

success

- ImageImportOperation — An import record, creating a unique identifier for referencing the operation as well as its state
  - `uuid` string
  - `status` 'pending' | 'queued' | 'processing' | 'complete' | 'failed' | 'expired'
  - `expires_at` string, date-time
  - `created_at` string, date-time

## Other responses

- `500` — Internal Error

---

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