Skip to contents

Removes the API key from session memory and optionally from the system keyring.

Usage

clear_api_key(keyring = FALSE)

Arguments

keyring

Logical. If TRUE, also remove from system keyring.

Value

Invisible NULL.

Examples

if (FALSE) { # \dontrun{
clear_api_key()
} # }