---
title: "Revoke all tokens for a specific client"
method: POST
path: "/revoke_client_tokens"
---

# Revoke all tokens for a specific client

`POST /revoke_client_tokens`

Use your org-level API key to revoke every token associated with
a particular client_id.

## Request body

- object
  - `client_id` string, required — The client ID whose tokens you want to invalidate

## Response `200`

All tokens revoked successfully

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

## Other responses

- `401` — Unauthorized (invalid org-level API key)
- `404` — No tokens found for this client
- `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)
