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

removeFolder() Method


The removeFolder() method deletes a folder and its contents from the Web Catalog. To delete an object other than a folder and its contents, read deleteItem() Method.

Signature

void removeFolder(String path, String sessionID);

Arguments
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 Services Guide