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

# POST /api/v1/auth/logout

`POST /api/v1/auth/logout`

Revokes the current session and clears its cookie.

## Cookies

- `billing_session` string

## Response `200`

The session is no longer usable.

- object
  - `status` 'complete', required

## Other responses

- `400` — The query, cookie, or body is invalid.
- `403` — The request did not originate from this Product.

---

[API](https://skmtc.dev/expertschat/apis/billing-core-api.md) · [All operations](https://skmtc.dev/expertschat/apis/billing-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expertschat/billing-core-api/revisions/c6d0e986ce32/schema)
