delete_token {qbr}R Documentation

Delete a user token

Description

Permanently delete an active user token.

Usage

delete_token(subdomain, auth, agent = NULL)

Arguments

subdomain

Character vector with one element. Found at the beginning of the Quickbase URL. Realm specific.

auth

Character vector with one element. The Quickbase authentication scheme you are using to authenticate the request (e.g., user token).

agent

Optional. Character vector with one element. Describes user/agent making API call.

Value

A message confirming deactivation was successful.

Examples

## Not run: 
   x <- delete_token(subdomain = "abc",
                    auth = keyring::key_get("qb_example"))

## End(Not run)

[Package qbr version 1.2.3 Index]