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

# Delete a turn

`DELETE /v2/chats/{chat_id}/turns/{turn_id}`

> **Deprecated.**

Deletes a turn from a chat. This also deletes all subsequent turns in the chat.

## Path parameters

- `chat_id` string, required
- `turn_id` string, required

## Headers

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

## Response `204`

Successfully deleted a turn.

## Other responses

- `403` — Permissions do not allow deleting the turn.
- `404` — Corpus, chat, or turn 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/revisions/a95087fe3a20/schema)
