---
title: "Disable my other sessions"
method: DELETE
path: "/sessions"
tags: ["frontend"]
---

# Disable my other sessions

`DELETE /sessions`

Calling this endpoint invalidates all except the current session that belong to the logged-in user.
Session data are not deleted.

## Headers

- `X-Session-Token` string
- `Cookie` string

## Response `200`

deleteMySessionsCount

- DeleteMySessionsCount — Deleted Session Count
  - `count` integer — The number of sessions that were revoked.

## Other responses

- `400` — errorGeneric
- `401` — errorGeneric
- `default` — errorGeneric

---

[API](https://skmtc.net/ory/apis/ory-kratos.md) · [All operations](https://skmtc.net/ory/apis/ory-kratos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ory/ory-kratos/versions/cc87f41fbd6d/schema)
