| delete_secret {secret} | R Documentation |
Remove a secret from the vault.
Description
Remove a secret from the vault.
Usage
delete_secret(name, vault = NULL)
Arguments
name |
Name of the secret to delete. |
vault |
Vault location (starting point to find the vault).
To create a vault, use
If the starting point is a vault, that is used. Otherwise, if the
starting point is in a package tree, the |
See Also
Other secret functions:
add_secret(),
get_secret(),
list_owners(),
list_secrets(),
local_key(),
share_secret(),
unshare_secret(),
update_secret()