---
title: "Delete chat by id (v2)"
method: DELETE
path: "/v2/chats/{id}"
tags: ["Chats v2"]
---

# Delete chat by id (v2)

`DELETE /v2/chats/{id}`

## Path parameters

- `id` string, required

## Response `200`

Chat deleted successfully

## Other responses

- `404` — Chat not found

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
