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

# Delete Session

`DELETE /api/chat/session/{session_id}`

Delete a session and its messages.

## Path parameters

- `session_id` string, required — Identifier for the session to be deleted.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
