---
title: "Delete a chat"
method: DELETE
path: "/chat/{chat_id}"
tags: ["chat"]
---

# Delete a chat

`DELETE /chat/{chat_id}`

Delete a chat session.

## Path parameters

- `chat_id` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

200

- ChatDeleteChatResponse200
  - `status` string — Whether the request was successful.

## Other responses

- `400` — 400

---

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