---
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

---

[API](https://skmtc.net/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.net/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/versions/c764f0a64a5e/schema)
