POST
/
revoke_client_tokens
{
  "client_id": "client123"
}
{
  "status": "success",
  "message": "All tokens for client successfully revoked"
}
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

Response

200
application/json

All tokens revoked successfully

The response is of type object.