---
title: "POST /auth/logout - Authentication · RUAL Documentation"
description: "POST: Invalidate current session token"
canonical: https://docs.rual.nl/cluster/api/authentication/auth-logout-post
language: en
---

# POST /auth/logout

Invalidate current session token

| Key | Type | Example | Description |
| --- | --- | --- | --- |
| **[authorization](https://docs.rual.nl/cluster/api#token-providing)** required | `string` | `"Bearer access_token"` | Access token |

```
{
  "logout": true
}
```

```
{
  "error": "ERROR_KEY"
}
```

| Permission | Description |
| --- | --- |
| `Bearer token` | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
| `users_me` | Required scope: users_me |
