powered by
Make an active user token inactive.
deactivate_token(subdomain, auth, agent = NULL)
A message confirming deactivation was successful.
Character vector with one element. Found at the beginning of the Quickbase URL. Realm specific.
Character vector with one element. The Quickbase authentication scheme you are using to authenticate the request (e.g., user token).
Optional. Character vector with one element. Describes user/agent making API call.
if (FALSE) { x <- deactivate_token(subdomain = "abc", auth = keyring::key_get("qb_example")) }
Run the code above in your browser using DataLab