You can remove items from the repository using the <remove-item> tag. Each <remove-item> tag must include an item-descriptor attribute to specify the name of the item descriptor of the repository item being removed.

For example, the following tag removes any repository item whose item descriptor is named users and whose repository ID is 1.

<remove-item item-descriptor="users" id="1"/>
 
loading table of contents...