---
title: "Logout"
method: POST
path: "/logout"
---

# Logout

`POST /logout`

Log the current user out. Deletes the refresh token that was set by logging in.

Args:
    None

Returns:
    JSONResponse: A response in which the cookies are deleted

## Response `200`

Successful Response

- unknown

## Changes

- **2026-07-17** `c24fa4e23380` — 1 info
  - endpoint added
- **2025-05-20** `bbcc40488a72` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/industrial-optimization-group/apis/desdeo-fast-api/changes/logout/post.md)

---

[API](https://skmtc.dev/industrial-optimization-group/apis/desdeo-fast-api.md) · [All operations](https://skmtc.dev/industrial-optimization-group/apis/desdeo-fast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/industrial-optimization-group/desdeo-fast-api/revisions/c24fa4e23380/schema)
