---
title: "Log out current session"
method: POST
path: "/users/logout"
tags: ["Users"]
---

# Log out current session

`POST /users/logout`

Revokes the presented refresh token server-side and clears the
refresh_token cookie. No bearer token required: only the token presented
in the cookie is revoked.

## Cookies

- `refresh_token` string

## Response `200`

Logged out; refresh token revoked and cookie cleared

## Other responses

- `500` — Internal server error

## Changes

> 70 revisions in range; 11 could not be searched.

- **2026-07-30** `e3294553df30` — 1 info
  - endpoint added
- **2026-07-28** `d6c8b31f9440` — 1 breaking
  - api path removed without deprecation
- **2026-07-28** `1e5aeeb251a0` — 1 info
  - endpoint added
- **2026-07-28** `7eb4b1d999d8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/users/logout/post.md)

---

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