---
title: "Log Out Of All Sessions"
method: POST
path: "/v1/users/logout/all"
tags: ["Authentication"]
---

# Log Out Of All Sessions

`POST /v1/users/logout/all`

Revokes every session token for the authenticated user across all
devices, including the current one. Use this to invalidate a session
token that may have been leaked or stolen. API keys are stored
separately and are not affected; revoke them from the API keys page.

## Response `204`

No Content

---

[API](https://skmtc.net/sysadminsmedia/apis/homebox-api.md) · [All operations](https://skmtc.net/sysadminsmedia/apis/homebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysadminsmedia/homebox-api/revisions/f19934d1b3ab/schema)
