Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > SecurityService Service >

forgetAccount() Method


Removes a Siebel Analytics Web internal ID to account name mapping. This action is useful when an account mapping was created by mistake, for example as a side effect of an updateGlobalSAWPrivilegeACL call with a misspelled account name.

Signature

void forgetAccount(Account account);

Argument
Description

Account account

The accounts to forget, supplied in the Account structure. For information about the Account structure, read Account Structure.

Siebel Analytics Web Services Guide