Logs off from the SAP Business Objects session and removes the SAP Business Objects API token from the System Environment

log_off(domain)

Arguments

domain

SAP Business Objects domain to log off from

Value

Does not return any object, only a success message, as SAP API token is removed from the environment.

Warning

Please be careful when dealing with API keys and other secrets & tokens - keep them private and do not publish them.

Examples

if (FALSE) { log_off(domain="YOUR_DOMAIN") }