---
title: "Revoke token"
method: POST
path: "/auth/revoke"
tags: ["Client Authorization"]
---

# Revoke token

`POST /auth/revoke`

Use this endpoint to invalidate an access token or refresh token

## Parameters

- `#/paths/~1auth~1user/post/parameters/0` — unresolved $ref

## Request body

- object — JSON-body for revoking a token
  - `token` string, required — A refresh token or access token.

## Other responses

- `204` — unresolved $ref
- `400` — unresolved $ref
- `401` — unresolved $ref
- `404` — unresolved $ref

---

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