wallet_remove_account
Remove an Algorand account from your wallet using its nickname or index to manage wallet organization and security on the Algorand blockchain.
Instructions
Remove an Algorand account from the wallet by nickname or index.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nickname | No | Nickname of the account to remove | |
| index | No | Index of the account to remove (0-based) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |