Deleting a repository object completely removes it from the Global Manager. If you are not completely sure you want to remove it, consider disabling the object instead. “Enabling or disabling repository objects” on page 199 provides additional information.

Note:

Map objects cannot be deleted.

To delete an object from the repository, use the following command syntax:

t
         sm_config [options...] delete --classname=<class>
          --instancename=<instance> s

For example, to delete a server action named Telnet from a Global Manager named INCHARGE-SA, use the following command:

t sm_config -s INCHARGE-SA delete --classname=ICS_Action 
          --instancename=Telnet --type=server s