---
title: "Terminate Web API Session"
method: POST
path: "/logout"
tags: ["tradingSession"]
---

# Terminate Web API Session

`POST /logout`

Logs the user out of the gateway session. Any further activity requires re-authentication. Discard client-side cookies upon logout.

## Response `200`

An array of objects detailing contract information.

- TradingSessionLogoutResponse200
  - `status` boolean — Confirms that the logout action was performed successfully.

## Other responses

- `401` — Missing, invalid, or unparseable Authorization token.

---

[API](https://skmtc.net/interactivebrokers/apis/api-reference.md) · [All operations](https://skmtc.net/interactivebrokers/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactivebrokers/api-reference/revisions/67f9f562c2c6/schema)
