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

# Выход

> Инвалидировать текущий refresh token

<ParamField header="Authorization" type="string" required>
  `Authorization: Bearer YOUR_ACCESS_TOKEN`
</ParamField>

## Запрос

```bash theme={null}
curl -X POST https://elumenta.ru/api/v2/auth/logout \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
```

## Ответ

```json theme={null}
{ "message": "Logged out successfully" }
```

После выхода refresh token аннулируется. Access token остаётся действительным до истечения (максимум 15 минут).
