---
title: "Delete a dialog image"
method: DELETE
path: "/dialog-images/{id}"
tags: ["dialog-images"]
---

# Delete a dialog image

`DELETE /dialog-images/{id}`

Remove a dialog image (Admin only)

## Path parameters

- `id` number, required

## Response `200`

Dialog image deleted successfully

- object
  - `message` string

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `403` — Forbidden - Admin role is required
- `404` — Dialog image not found

---

[API](https://skmtc.dev/tonewow/apis/tonewow-database-api.md) · [All operations](https://skmtc.dev/tonewow/apis/tonewow-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonewow/tonewow-database-api/revisions/f36472974ad4/schema)
