R/liss_credentials.R
liss_delete_credentials.Rd
removes the username and password previously saved with liss_store_credentials() from the system keyring.
liss_store_credentials()
liss_delete_credentials(username)
character or numeric. the username whose credentials should be removed.
invisible TRUE on success.
TRUE
if (FALSE) { # \dontrun{ liss_delete_credentials(username = 12345) } # }