Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Methods in the Siebel Analytics Web SOAP API >

Deleting a Web Catalog Folder Using the removeFolder() Method in the Siebel Analytics Web SOAP API


The removeFolder() method in the WebCatalogService service deletes a folder and its contents from the Web Catalog.

To delete an object other than a folder and its contents, see Deleting an Object From the Web Catalog Using the deleteItem() Method in the Siebel Analytics Web SOAP API.

Description of Parameters in the removeFolder() Method

The removeFolder() method parameters are described in the following table.

Parameter
Description

String path

The path to the folder in the Web Catalog.

String sessionID

A character string that identifies the session ID.

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

Siebel Analytics Web Administration Guide