To revoke all session signers on users wallets automatically, without a revocation screen, use the When invoked, the
revokeWallets
method from the useHeadlessDelegatedActions
hook:Usage
revokeWallets
method will revoke all of the session signers provisioned on all of the user’s walletsOnce a user confirms revocation, your app will no longer be able to take actions on behalf of the user with their wallet unless the user provisions a session signer.If a user has provisioned multiple session signers, they will all be revoked.As an example, you might have a button within your app to allow users to revoke session signer provisioned wallets like so:Example Create Wallet Button