---
title: "Delete a chat"
method: DELETE
path: "/v2/chats/{chat_id}"
tags: ["Chats"]
deprecated: true
---

# Delete a chat

`DELETE /v2/chats/{chat_id}`

> **Deprecated.**

Deletes a chat and all its turns permanently.

## Path parameters

- `chat_id` string, required

## Headers

- `Request-Timeout` integer
- `Request-Timeout-Millis` integer

## Response `204`

Successfully deleted the chat.

## Other responses

- `403` — Permissions do not allow deleting the chat.
- `404` — Corpus or chat not found.

---

[API](https://skmtc.net/vectara/apis/vectara-rest-api-v2.md) · [All operations](https://skmtc.net/vectara/apis/vectara-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vectara/vectara-rest-api-v2/versions/e85040b266cc/schema)
