SimpleFINWriteRetry-safe

Revoke SimpleFIN access

revoke_simplefin_access

Revoke a SimpleFIN access. The app receives an error on its next sync and cannot be re-enabled — create new access instead. The record is kept so the revocation is visible.

Parameters

ParameterTypeRequiredDescription
accessIdstringrequiredSimpleFIN access id — get from list_simplefin_access

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "revoke_simplefin_access",
"arguments": {
"accessId": "accessId_123"
}
}

Use this tool in

Related SimpleFIN tools