---
title: "Revoke a specific client token"
method: POST
path: "/revoke_token"
---

# Revoke a specific client token

`POST /revoke_token`

Use your org-level API key to revoke a single JWT token, 
rendering it invalid for future requests.

## Request body

- object
  - `access_token` string, required — The JWT token to revoke

## Response `200`

Token revoked successfully

- object
  - `status` string
  - `message` string

## Other responses

- `401` — Unauthorized (invalid org-level API key)
- `404` — Token not found
- `500` — Internal server error

---

[API](https://skmtc.dev/wisprflow/apis/client-side-authentication-api.md) · [All operations](https://skmtc.dev/wisprflow/apis/client-side-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wisprflow/client-side-authentication-api/revisions/b310f2be849d/schema)
