unregister_btc_multisig_wallet
Drop a registered Bitcoin multisig wallet from the local cache. Idempotent, no device touch.
Instructions
Drop a registered multi-sig wallet from the local cache. The Ledger device retains the policy HMAC indefinitely (no on-device unregister API), so re-registering with the SAME descriptor + cosigners returns the same HMAC the device already has. This tool only forgets the local-disk entry — call it before re-registering with different cosigners under the same name, or to clean up wallets you no longer use. Idempotent: returns removed: false when the name isn't registered. No device touch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletName | Yes | Name of the wallet to drop from the local cache. Idempotent — succeeds with `removed: false` when the name isn't registered. The Ledger device retains the policy HMAC indefinitely (no on-device unregister API), so re-registering the same descriptor returns the same HMAC; this tool only forgets the local entry. |