wallet/remove
This API has been deprecated. Please use  wallet/removeAccount instead.
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: trueis not passed.
Response
{
  needsConfirm?: boolean
}