---
title: "Logout"
method: POST
path: "/v1/auth/logout"
tags: ["auth"]
---

# Logout

`POST /v1/auth/logout`

Revoke the presented session token (legacy shared-secret and dev sessions have no
per-session row to revoke — that's a no-op, not an error).

## Headers

- `authorization` string, nullable
- `X-Tenant` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mireye/apis/mireye-scout-api.md) · [All operations](https://skmtc.net/mireye/apis/mireye-scout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mireye/mireye-scout-api/revisions/7c501afae006/schema)
