---
title: "DELETE /api/image/{id}"
method: DELETE
path: "/api/image/{id}"
tags: ["api", "images"]
---

# DELETE /api/image/{id}

`DELETE /api/image/{id}`

Delete an Image

## Path parameters

- `id` string, required

## Response `200`

OK

- DELETEImagesDeleteAnImage200Response
  - `_id` string, required — The ID of the image.
  - `sellerId` string, required — The ID of the seller of the image.
  - `name` string, required — The name of the image.
  - `url` string, uri, required — The URL of the image.
  - `tags` string[] — An array of tags of the image.
  - `type` 'img' | 'video' — The type of the asset (img or video)
  - `createdAt` string, date-time — An ISO timestamp indicating when the image was created.
  - `updatedAt` string, date-time — An ISO timestamp indicating when the image was updated.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
