Remove a key from the keyring by supplying both the keyring name and name of key to remove.
delete_key(keyring_name, service_name)
keyring_name | A character string providing the name of the keyring. |
---|---|
service_name | A character string providing the name of the key. |
Other keyring functions:
add_key()
,
create_locked_keyring()
,
get_keyring_status()
,
list_keys()
,
lock_keyring()
,
unlock_keyring()