---
title: "Delete a session."
method: POST
path: "/me/sessions/{sessionID}/delete"
tags: ["me"]
---

# Delete a session.

`POST /me/sessions/{sessionID}/delete`

This endpoint will delete an authenticated user's session.

## Path parameters

- `sessionID` string, required

## Response `200`

Successful POST Sessions Delete JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response
- `403` — Authentication error JSON response

## Changes

- **2025-03-16** `1308e95440e9` — 1 info
  - the endpoint scheme security `apiKey` was added to the API
- **2024-01-10** `a08d5d759c28` — 1 info
  - added the non-success response with the status `403`
- **2021-11-28** `32f393ace829` — 3 info
  - the endpoint scheme security `bearerAuth` was added to the API
  - the endpoint scheme security `kurozoraBearer` was removed from the API
  - for the `path` request parameter `sessionID`, the type was generalized from `integer` to `string`
- **2021-05-13** `85ac20c1b7bb` — 1 breaking, 4 info
  - for the `path` request parameter `sessionID`, the type changed from `string` to `integer`
  - the endpoint scheme security `kurozoraBearer` was added to the API
  - the endpoint scheme security `apiKey` was removed from the API
  - the endpoint scheme security `bearerAuth` was removed from the API
  - …1 more

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/me/sessions/:sessionID/delete/post.md)

---

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