Oracle® Business Intelligence Web Services Guide > Description of Services in Oracle BI Web Services > WebCatalogService Service >

deleteItem() Method


Use this method to delete an object from the Presentation Catalog. To delete a folder, read removeFolder() Method.

Signature

void deleteItem(String path, String sessionID);

Arguments
Description

String path

Specifies the path to the object in the Presentation Catalog.

String sessionID

Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.