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

# Logout

> Revoga todos os tokens do usuario

## Descricao

Invalida todos os refresh tokens do usuario autenticado. O access token atual continua valido ate expirar (1h), mas nao podera ser renovado.

## Request

Nao requer body. Autenticacao via Bearer token ou API Key.

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST https://api.thalbank.com/auth/logout \
    -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "status": true
  }
  ```
</ResponseExample>
