---
title: "Revoke refresh token (idempotent)"
method: POST
path: "/api/v1/auth/logout"
tags: ["auth"]
---

# Revoke refresh token (idempotent)

`POST /api/v1/auth/logout`

## Request body

- LogoutRequest
  - `refresh_token` string, required
  - `active_org_id` string, uuid, nullable

## Response `204`

Logged out

---

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