Auth revoke self
auth_revoke_selfRevoke the current OAuth access and refresh token chain to disconnect this session, ensuring secure termination of the active credential.
Instructions
Disconnect this OAuth connection by revoking the access+refresh chain that issued the token making this call. Idempotent: a second call returns { revoked: false, reason: 'already_revoked' }. Refuses with not_oauth_token when called under an br_ik_* instance key — rotate those from the dashboard instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||