pub fn delete_internet_password(
    server: &str,
    security_domain: Option<&str>,
    account: &str,
    path: &str,
    port: Option<u16>,
    protocol: SecProtocolType,
    authentication_type: SecAuthenticationType
) -> Result<()>
Expand description

Delete the internet password for the given endpoint parameters. If none exists, fails with error code errSecItemNotFound.