token_revoke
Revoke authentication tokens to prevent future validation attempts. Use this tool to invalidate tokens by ID, with optional audit logging for security management in AI workflow systems.
Instructions
Revoke a token by its tokenId. The token will be rejected on all future validation attempts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_id | Yes | The tokenId to revoke | |
| reason | No | Optional reason for revocation (for audit) |