---
title: "Revoke all sessions for user."
method: POST
path: "/revoke_session"
tags: ["Session Management"]
---

# Revoke all sessions for user.

`POST /revoke_session`

Revoke all sessions for user (requires revoke_session scope).

## Response `200`

OK - Returned if request was processed successfully. Means it will return in case sessions are found as well as in case sessions are not found (error is not returned to not disclose internal information).

## Other responses

- `401` — Unauthorized access request.
- `500` — Internal error occured. Please check log file for details.

## Changes

- **2022-03-25** `d6fc0677410c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/changes/revoke_session/post.md)

---

[API](https://skmtc.dev/janssenproject/apis/janssen-authorization-server.md) · [All operations](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/janssenproject/janssen-authorization-server/revisions/ae174ecfdc21/schema)
