deleteAccount(objectPath, options)
Use this method to delete an account from the content store. If the user is logged on, the user's passport is invalidated before the account is deleted.
If the user logs on again after the account is deleted and the user account is still valid in the security provider, the account will be recreated in the content store with default properties that are stored in the User Profile account.
Use of this method requires:
Signatures
- Java and Apache Axis
public void deleteAccount( com.cognos.developer.schemas.bibus._3.SearchPathSingleObject objectPath, com.cognos.developer.schemas.bibus._3.Option[] options)
- C# .NET
public void deleteAccount(searchPathSingleObject objectPath, option[] options)
References
- Part of the following method sets:
- Implemented by the following services:
The services that implement the deleteAccount method, along with the associated SOAP actions, are listed in the following table.
Table 1. Services implementing the deleteAccount method. Service
SOAP Action
contentManagerService
http://www.ibm.com/xmlns/prod/cognos/contentManagerService/201404/
Input parameters
Use the following parameters when calling this method.
- objectPath
Specifies the object associated with the request.
This argument
is of type bibus » searchPathSingleObject
is encoded as type
tns:searchPathSingleObject
- options
Specifies the options for the request.
Options can also be specified in other locations. For more information, see Specifying Options and Parameters.
This argument
Return values
None.