clear_synthesize_token: Clear Synthesize Bio API Token
Description
Clears the Synthesize Bio API token from the environment for the
current R session. This is useful for security purposes when you've finished
working with the API or when switching between different accounts.
if (FALSE) {
# Clear token from current session onlyclear_synthesize_token()
# Clear token from both session and keyringclear_synthesize_token(remove_from_keyring = TRUE)
}