auth_revoke
Revoke your FreshBooks OAuth session and delete all stored tokens to disconnect or switch accounts. Clear saved credentials and stop access until you sign in again.
Instructions
Revoke the current FreshBooks OAuth session and delete all stored tokens.
WHEN TO USE:
User says "disconnect FreshBooks", "sign out", or "remove my FreshBooks connection"
Switching to a different FreshBooks account — revoke first, then use auth_get_url for the new account
Security: clear stored credentials from this machine
TAKES NO ARGUMENTS.
RETURNS: { success: true, message: "Authentication revoked successfully" }
NOTE: After calling this tool, all accounting and time-tracking tools will return auth errors until a new OAuth session is established via auth_get_url → auth_exchange_code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||