Skip to contents

removes the username and password previously saved with liss_store_credentials() from the system keyring.

Usage

liss_delete_credentials(username)

Arguments

username

character or numeric. the username whose credentials should be removed.

Value

invisible TRUE on success.

Examples

if (FALSE) { # \dontrun{
liss_delete_credentials(username = 12345)
} # }