---
title: "Delete Chat Session"
method: DELETE
path: "/chat-session/{session_id}"
---

# Delete Chat Session

`DELETE /chat-session/{session_id}`

Delete a chat session and all its messages.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- DeleteChatSessionResponse

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/iliad/apis/fastapi.md) · [All operations](https://skmtc.dev/iliad/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iliad/fastapi/revisions/c1701119b330/schema)
