wallet/removeAccount
Removes an account from the wallet.
Request
{
account: string
confirm?: boolean
wait?: boolean
}
Note: This request will fail with an error if the account has a balance and
confirm: true
is not passed.
Response
{
needsConfirm?: boolean
}