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

# Logout

`POST /api/user/logout`

Log out the current user by clearing the refresh token cookie and session key.

## Response `200`

Successful Response

- LogoutResponse
  - `detail` string, required

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
