---
title: "End current entity-member session"
method: POST
path: "/v3/auth/entity/logout"
tags: ["Auth"]
---

# End current entity-member session

`POST /v3/auth/entity/logout`

## Response `200`

Entity session cookies were cleared.

- object
  - `data` object, required
    - `loggedOut` boolean, required
  - `meta` PaginationMeta, required
    - `total` integer — Exact total count when the endpoint provides one.
    - `hasMore` boolean — Indicates whether another page exists beyond the current page.
    - `offset` integer
    - `limit` integer — Echoed page size after endpoint-side clamping.
    - `timestamp` string, date-time, required
    - `chainId` string — Comma-separated chain IDs for multi-chain responses.
    - `degradedProviders` string[] — Live providers whose data is incomplete in this response.

## Other responses

- `401` — Invalid signed entity-member session.
- `403` — Missing or mismatched entity CSRF token.
- `503` — Entity authentication is not configured.

---

[API](https://skmtc.dev/euler/apis/euler-data-api-v3.md) · [All operations](https://skmtc.dev/euler/apis/euler-data-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/euler/euler-data-api-v3/revisions/9e69e7cdb054/schema)
