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

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"