Deleting roles and groups: Sample XML file

The file below could be used to delete the specified roles and groups, providing they were not currently assigned to any users.

<?xml version="1.0" encloding="ISO-8859-1"?
<XML>
<ROLEDATA> 
   <ROLE ID="Test1">
   <ROLE ID="Test2">
</ROLEDATA>
<GROUPDATA> 
   <GROUP ID="Test1">
   <GROUP ID="Test2">
</GROUPDATA>
<USERDATA></USERDATA>
<IDENTITIES>
</IDENTITIES>
</XML>

Command syntax for loadusers when used to delete roles or groups

From the command line, type

loadusers -f filename -u

where

filename = the XML file that contains the role and/or group data to be deleted