---
title: "Delete all sessions"
method: DELETE
path: "/api/sessions"
tags: ["Sessions"]
---

# Delete all sessions

`DELETE /api/sessions`

Deletes all sessions for the current user in the current organization. This action is irreversible.

## Headers

- `X-Grafana-Org-Id` string

## Response `200`

All sessions deleted

- 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)
