---
title: "Ends the current session"
method: POST
path: "/logout"
tags: ["Session"]
---

# Ends the current session

`POST /logout`

Logs the user out of the gateway session. Any further activity requires re-authentication.

## Response `200`

returned status indicates if user is logged in

- object
  - `confirmed` boolean — true means username is still logged in, false means it is not

---

[API](https://skmtc.dev/ibkr/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/ibkr/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibkr/client-portal-web-api/revisions/32edbfe496d1/schema)
