---
title: "Logs out the current user."
method: POST
path: "/account/logout"
tags: ["authentication"]
---

# Logs out the current user.

`POST /account/logout`

Logs out the current user by invalidating the current session

## Response `200`

Logout was successfull.

## Other responses

- `400` — Bad request. Potentially there is no valid autheticated session

---

[API](https://skmtc.net/gameanalytics/apis/datatiger-management-api.md) · [All operations](https://skmtc.net/gameanalytics/apis/datatiger-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameanalytics/datatiger-management-api/versions/20a4f732a0b7/schema)
