How do I remove Wallet from Bcoin?

5

I'm playing with bcoin cli and created lots of wallets. Is there any way to remove wallet via WalletDB Api?

Node

Posted 2017-08-07T23:03:25.503

Reputation: 196

3Unfortunately right now there's no way to remove a wallet via the API in bcoin. There is a zap endpoint but I don't think it does anything yet. If you don't care about losing other wallets, you can just delete the wallet db directory from your bcoin directory.Bucko 2017-08-07T23:26:57.887

Answers

0

As Bucko commented in August 2017:

Unfortunately right now there's no way to remove a wallet via the API in bcoin. There is a zap endpoint but I don't think it does anything yet. If you don't care about losing other wallets, you can just delete the wallet db directory from your bcoin directory.

RedGrittyBrick

Posted 2017-08-07T23:03:25.503

Reputation: 4 815