deleteObjectInSession() Method

In CatalogService, use the deleteObjectInSession() method to delete an object from the catalog for a given user.

For more information about in-session methods, see About In-Session Methods.

Signature

boolean deleteObjectInSession(String objectAbsolutePath, String bipSessionToken);

Parameters for deleteObjectInSession() Method

Parameter Description

String objectAbsolutePath

The path to the object in the catalog to delete.

String bipSessionToken

The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation.