---
title: "Delete Image"
method: DELETE
path: "/v1/images/{image_id}"
tags: ["Image Emotion API"]
---

# Delete Image

`DELETE /v1/images/{image_id}`

Deletes a specific image and all associated emotion analysis data from the system. This action is irreversible.

## Path parameters

- `image_id` string, required — Unique ID of the image

## Response `200`

Successful Response

- ImageDeleteResponse — Response returned after deleting an image analysis result.
  - `id` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai.md) · [All operations](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imentiv/welcome-to-imentiv-ai/revisions/74ceee4a5c98/schema)
