---
title: "Clear current session"
method: DELETE
path: "/api/sessions/current"
tags: ["Sessions"]
---

# Clear current session

`DELETE /api/sessions/current`

Clears the current active session for the user/org. Equivalent to PUT with empty sessionId.

## Headers

- `X-Grafana-Org-Id` string

## Response `200`

Current session cleared

- object
  - `success` boolean

## Other responses

- `401` — Unauthorized (missing or invalid authentication)
- `500` — Internal server error

---

[API](https://skmtc.net/consensys/apis/ask-o11y-ai-powered-observability-assistant-api.md) · [All operations](https://skmtc.net/consensys/apis/ask-o11y-ai-powered-observability-assistant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/consensys/ask-o11y-ai-powered-observability-assistant-api/versions/3ccc03eccaef/schema)
