---
title: "Logout handler"
method: POST
path: "/api/logout"
tags: ["auth"]
---

# Logout handler

`POST /api/logout`

## Response `200`

Logout successful

- LoginResponse — Login response.
  - `message` string, required — Human-readable message describing the result
  - `success` boolean, required — Whether the login was successful

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/eyevinn/apis/strom-api.md) · [All operations](https://skmtc.dev/eyevinn/apis/strom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eyevinn/strom-api/revisions/0df7ca64263f/schema)
