Deleting recipient lists
A Content Manager OnDemand administrator wants to delete the recipient list for Andy's department because the company has reorganized and the members of his sales team will be reassigned to other regions.
The administrator created the recipListDelete.xml file, which contains the information required for the delete action.
To complete this task, run this command:
arsxml delete -h myod -u myoduser -p myodpwd -v -x -i /usr/lpp/ars/V10R5M0/bin/xml/samples/recipListDelete.xml
The recipListDelete.xml file might look like this:
<?xml version="1.0" encoding="UTF-8" ?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<odfRecipientList name="SALES-San Francisco" />
</onDemand>