---
title: "Logout Staff Account"
method: GET
path: "/staff/logout"
---

# Logout Staff Account

`GET /staff/logout`

Logs out the current staff user’s access token (only for token based authentication). You need to pass the new header X-CAP-API-ACCESS-TOKEN which is the user’s access token.

## Response `200`

200

- object
  - `warnings` unknown[]
    - unknown
  - `errors` unknown[]
    - unknown
  - `success` boolean

## Other responses

- `400` — 400

---

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