---
title: "Logout current user session"
method: GET
path: "/v1/authentication/logout"
tags: ["Authentication Controller"]
---

# Logout current user session

`GET /v1/authentication/logout`

Invalidates the current user's session and removes token associations. Redirects to the login page after successful logout.

## Query parameters

- `redirect_host` string
- `floik_token` string, required
- `device_token` string, required
- `platform_type` string
- `userId` string

## Other responses

- `302` — Redirect to login page
- `400` — Invalid parameters
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/floik/apis/floik-authentication-server.md) · [All operations](https://skmtc.dev/floik/apis/floik-authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floik/floik-authentication-server/revisions/2b2a5dad2f5e/schema)
