> ## Documentation Index
> Fetch the complete documentation index at: https://orchestrator-docs.hexoforge.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Logout

> Revoke a refresh token.

Revokes a refresh token. Idempotent for invalid tokens. Requires `X-API-Key` only.

## Request body

<ParamField body="refresh_token" type="string" required>
  Refresh token to revoke.
</ParamField>

## Response

**204 No Content** — empty body.

## Status codes

| Code | Meaning                                |
| ---- | -------------------------------------- |
| 204  | Revoked (or token was already invalid) |
| 429  | Rate limited                           |
