powered by
Delete a personal access token
opal.token_delete(opal, name)
Opal object.
Name of the token
Other token functions: opal.token_datashield_create(), opal.token_r_create(), opal.token_sql_create(), opal.tokens(), opal.token()
opal.token_datashield_create()
opal.token_r_create()
opal.token_sql_create()
opal.tokens()
opal.token()
# NOT RUN { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') opal.token_delete(o, 'sql-1') opal.logout(o) # }
Run the code above in your browser using DataLab