| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Keychain.DeleteGenericPassword
Delete password from keychain.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| Keychain | 16.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
MBS( "Keychain.DeleteGenericPassword"; Service; Account ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Service | The service name. | "test" |
| Account | The account name. | "john" |
Result
Returns OK or error.
Description
Delete password from keychain.Examples
Delete a test password:
MBS( "Keychain.DeleteGenericPassword"; "test"; "john" )
See also
- Keychain.AddGenericPassword
- Keychain.FindGenericPassword
- Keychain.ListGenericPasswords
- Keychain.UpdateGenericPassword
Release notes
- Version 16.3
- Added Keychain.AddGenericPassword, Keychain.DeleteGenericPassword, Keychain.FindGenericPassword, Keychain.ListGenericPasswords and Keychain.UpdateGenericPassword functions.
This function checks for a license.
Created 8th May 2026, last changed 8th May 2026