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

# Logout Route



## OpenAPI

````yaml /api/openapi.json post /api/auth/logout
openapi: 3.1.0
info:
  title: Halite
  version: 0.1.0
servers: []
security: []
paths:
  /api/auth/logout:
    post:
      tags:
        - auth
      summary: Logout Route
      operationId: logout_route_api_auth_logout_post
      responses:
        '204':
          description: Successful Response

````