---
title: "Log out current user"
method: POST
path: "/logout"
---

# Log out current user

`POST /logout`

## Response `200`

Successful logout

- object
  - `meta` object, required
    - `code` integer, required — Http status code

## Changes

- **2019-07-23** `11c8459a5c04` — 2 breaking, 2 info
  - removed the request body
  - removed the media type `text/html` for the response with the status `200`
  - removed the non-success response with the status `302`
  - removed the non-success response with the status `400`

[Change history](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/changes/logout/post.md)

---

[API](https://skmtc.dev/pallets-eco/apis/flask-security-external-api.md) · [All operations](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pallets-eco/flask-security-external-api/revisions/b4ad23967247/schema)
