---
title: "Logout"
method: POST
path: "/logout"
---

# Logout

`POST /logout`

Logout endpoint that clears all authentication cookies.

## Response `200`

Successful Response

- LogoutResponse
  - `success` boolean, required
  - `server_authoritative` boolean, nullable
  - `issuer` string, nullable
  - `logout_url` string, nullable
  - `cohort` AuthRoutingCohort
    - `connection` string, required
    - `environment` string, required
    - `issuer` string, required
    - `organization` string, required
    - `tenant` string, required

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
