---
title: "User logout"
method: POST
path: "/acc-api/auth/logout"
tags: ["Authentication"]
---

# User logout

`POST /acc-api/auth/logout`

Logout the current user and clear authentication token

## Response `200`

Logout successful

- LogoutResponse
  - `success` boolean, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/nimtable/apis/nimtable-account-api.md) · [All operations](https://skmtc.dev/nimtable/apis/nimtable-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nimtable/nimtable-account-api/revisions/c863d4c0adcd/schema)
