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

# Logout

Logout and revoke your refresh token.

* **Method:** POST
* **Path:** `/api/v1/auth/logout`

## Request Body

Refer to the `RefreshTokenRequest` schema in the OpenAPI playground.

## Response

Returns an empty object on success.

<OpenAPIPlayground endpoint="/api/v1/auth/logout" method="POST" />
