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

# Logout

`POST /v1/auth/logout`

Logout and invalidate the current session.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- LogoutResponse
  - `success` boolean, required — Whether logout was successful

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/oroagents/apis/oro-api.md) · [All operations](https://skmtc.dev/oroagents/apis/oro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oroagents/oro-api/revisions/38ef86138115/schema)
