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

# Delete session

`DELETE /session/{session_id}`

Delete a session by id

## Path parameters

- `session_id` string, uuid, required

## Response `200`

OK

- SerializerResponse
  - `code` integer
  - `error` string
  - `msg` string

---

[API](https://skmtc.dev/memodb-io/apis/acontext-api.md) · [All operations](https://skmtc.dev/memodb-io/apis/acontext-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/memodb-io/acontext-api/revisions/c8775333b1ed/schema)
