Example 3: Deleting users

A user wants to delete another user that no longer needs access to a printer on an IBM® Content Manager OnDemand system. That user created an XML file called userExpDel.xml.

To complete this task, the following command line function is called:
arsxml delete -h ARCHIVE -u admin -p password -v-x-e c i userExpDel.xml
The file userExpDel.xml might look like this:
<?xml version="1.0" encoding="UTF-8"?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user name="Bill"/>
</onDemand>