pub fn delete(service: &str, account: &str) -> Result<bool, String>Expand description
Remove account, reporting whether anything was actually removed.
Deleting something that was not there is Ok(false), not an error, so a
caller can clean up unconditionally.