---
title: "Log out — clear the session cookie"
method: POST
path: "/user/logout"
tags: ["user"]
---

# Log out — clear the session cookie

`POST /user/logout`

Terminate the current human session.

Clears the `jentic_session` httpOnly cookie if present. If you authenticated
via Bearer token (Swagger UI OAuth2 flow), discard the token on your end —
there is no server-side token store to invalidate.

## Response `200`

Successful Response

- unknown

## Changes

- **2026-04-13** `76e8f6063728` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/user/logout/post.md)

---

[API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.dev/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/revisions/bd463fcefb14/schema)
