delete_user {secret} | R Documentation |
Delete a user.
Description
It also removes access of the user to all secrets, so if the user is re-added again, they will not have access to any secrets.
Usage
delete_user(email, vault = NULL)
Arguments
email |
Email address of the user. |
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 user functions:
add_github_user()
,
add_travis_user()
,
add_user()
,
list_users()