Skip to contents

Removes the token stored for name under service. Does nothing (beyond a warning) when no token is found.

Usage

af_remove_token(name, service = "apifetch")

Arguments

name

The identifier for this token (e.g. a dataset or resource name).

service

A namespace prefix grouping tokens for one API. Default "apifetch".

Value

Invisibly NULL; called for its side effect.

Examples

af_remove_token("dengue", service = "BigDataPE")
#> ! No token found for "dengue" (service "BigDataPE").