Delete your ixplorer credentials
delete_credentials(instance = "current")
an instance from ixplorer such as "prueba" or "masterclass"
Delete credentials saved by add_token()
Delete the credentials saved by add_token() in your computer. This can be useful when you are using the ixplorer package on a shared computer or any other case you don't want to keep the credentials stored
if (FALSE) {
delete_credentials("masterclass")
}