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

# Logout



## OpenAPI

````yaml openapi/api-gateway.json POST /logout
openapi: 3.1.0
info:
  title: ax-api-gateway
  description: ''
  license:
    name: ''
  version: 15.24.0
servers:
  - url: https://gateway.architect.exchange/api
security: []
tags:
  - name: api-gateway
    description: API gateway
paths:
  /logout:
    post:
      tags:
        - api-gateway
      operationId: logout
      responses:
        '200':
          description: Logout successful, session cookie cleared

````