Skip to main content
POST
/
revoke_client_tokens
{
  "client_id": "client123"
}
{
  "status": "success",
  "message": "All tokens for client successfully revoked"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.wisprflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Use your org-level API key to revoke every token associated with a particular client_id.
{
  "status": "success",
  "message": "All tokens for client successfully revoked"
}
{
  "client_id": "client123"
}

Authorizations

Authorization
string
header
required

Org-level key (format: Bearer fl-xxxxx) used to manage client tokens.

Body

application/json
client_id
string
required

The client ID whose tokens you want to invalidate

Response

All tokens revoked successfully

status
string
Example:

"success"

message
string
Example:

"All tokens for client successfully revoked"