deleteObject() Method
In CatalogService, use the deleteObject() method to delete an object from the catalog.
Signature
boolean deleteObject(String objectAbsolutePath, String userID, String password);
Parameters for deleteObject() Method
Parameter | Description |
---|---|
String objectAbsolutePath |
The path to the object in the catalog to delete. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |