---
title: "logs out a session uid"
method: POST
path: "/auth/logout"
tags: ["auth"]
---

# logs out a session uid

`POST /auth/logout`

## Request body

- object
  - `uid` string — the authorized UID of the session

## Response `200`

successful logout

- object
  - `status` string

## Other responses

- `405` — Invalid input

---

[API](https://skmtc.dev/swaggerhub/apis/handwrytten-api.md) · [All operations](https://skmtc.dev/swaggerhub/apis/handwrytten-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swaggerhub/handwrytten-api/revisions/45e7c951cdd6/schema)
