---
title: "DELETE /2025-09-09/microvm-images/{imageIdentifier}"
method: DELETE
path: "/2025-09-09/microvm-images/{imageIdentifier}"
---

# DELETE /2025-09-09/microvm-images/{imageIdentifier}

`DELETE /2025-09-09/microvm-images/{imageIdentifier}`

Deletes a MicroVM image. This operation is idempotent; deleting an image that has already been deleted succeeds without error.

## Path parameters

- `imageIdentifier` string, required — The ARN or ID of the MicroVmImage

## Response `200`

Success

- DeleteMicrovmImageOutput
  - `imageIdentifier` string, required — The identifier of the deleted MicroVM image.
  - `state` 'CREATING' | 'CREATED' | 'CREATE_FAILED' | 'UPDATING' | 'UPDATED' | 'UPDATE_FAILED' | 'DELETING' | 'DELETE_FAILED' | 'DELETED', required — The current state of the MicroVM image after deletion.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — ConflictException
- `485` — ValidationException

---

[API](https://skmtc.net/aws/apis/lambda-microvms.md) · [All operations](https://skmtc.net/aws/apis/lambda-microvms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/lambda-microvms/versions/83f10af82eb8/schema)
