Function security_framework::passwords::delete_generic_password
source ยท pub fn delete_generic_password(service: &str, account: &str) -> Result<()>
Expand description
Delete the generic password keychain entry for the given service and account.
If none exists, fails with error code errSecItemNotFound
.