Skip to content

This function removes the securely stored authentication token for a specific dataset. If the token is not found, it prints a message and does not throw an error.

Usage

bdpe_remove_token(base_name)

Arguments

base_name

The name of the dataset.

Value

No return value. If the token is found, it is removed. If not, a message is displayed.

Examples

bdpe_remove_token("education_dataset")
#> Token successfully removed for dataset: education_dataset