delete_key: Delete a key from a keyring

View source: R/database.R

delete_keyR Documentation

Delete a key from a keyring

Description

Remove a key from the keyring by supplying both the keyring name and name of key to remove.

Usage

delete_key(keyring_name, service_name)

Arguments

keyring_name

A character string providing the name of the keyring.

service_name

A character string providing the name of the key.

See Also

Other keyring functions: add_key(), create_locked_keyring(), delete_keyring(), get_keyring_status(), list_keyrings(), list_keys(), lock_keyring(), unlock_keyring(), view_key()


gcfrench/store documentation built on May 17, 2024, 5:52 p.m.