Remove Wallet not present in SDK

This is going to be short.
Why there is create_wallet in python SDK but no remove_wallet?

Regards

That may be good functionality to add at some point.

For now, you can remove the wallet by deleting the sqlite file associated with it which is located here:

${ALGORAND_DATA}/kmd-v{version-number}/sqlite_wallets/{human-readable-name-of-wallet}.{wallet-identifier}.db

1 Like