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

# Logout

> Log out the current user and clear authentication

## Response

<ResponseField name="message" type="string">
  Logout confirmation message
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST https://api-verifier-2.onrender.com/logout
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "message": "Logged out"
  }
  ```
</ResponseExample>
