---
title: "Logout All"
method: POST
path: "/auth/logout-all"
tags: ["auth"]
---

# Logout All

`POST /auth/logout-all`

Revoke EVERY session for the current user (e.g. after a suspected
compromise), then clear this browser's cookie.

## Cookies

- `__Host-final_app_session` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/huscarl/apis/final-app-backend.md) · [All operations](https://skmtc.dev/huscarl/apis/final-app-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/huscarl/final-app-backend/revisions/c721ac918b37/schema)
