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

# Logout

Logout and invalidate the current session.

<Warning>
  Requires authentication. Include the access token in the Authorization header.
</Warning>

## Success Response (200)

<ResponseField name="message" type="string">
  Success message
</ResponseField>

<ResponseExample>
  ```json theme={null}
  {
    "message": "Logout successful"
  }
  ```
</ResponseExample>
