oauth_revoke_client
Revoke an OAuth client to prevent further authentication. This action deletes the client while allowing existing tokens to function until expiration.
Instructions
Revoke (delete) an OAuth client.
This will delete the client and prevent further authentication. Existing tokens will continue to work until they expire.
Args: client_id: Client ID to revoke
Returns: Dict with success status
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes |