Batch Delete Items operation
The Batch Delete Items operation deletes the records specified in an XML document from the BMC Remedy Action Request (AR) System datastore.
The following table describes the input elements for the Batch Delete Items operation:
Input elements for the Batch Delete Items operation
The following figure shows an XML sample of the input elements for the Batch Delete Items operation:
<items> XML for the input elements for the Batch Delete Items operation
<item>
<schema>Alert Events</schema>
<entry-id>xxxx</entry-id>
</item>
<item>
<schema>Alert Events</schema>
<entry-id>xxxx</entry-id>
</item>
<item>
<schema>Alert Events</schema>
<entry-id>xxxx</entry-id>
</item>
</items>
The following table describes the output element for the Batch Delete Items operation:
Output element for the Batch Delete Items operation
The following figure illustrates an XML sample of the output elements for the Batch Delete Items operation:
XML sample of the output elements for the Batch Delete Items operation
<entries>
<entry>
<entry-id>xxxx</entry-id>
<entry-count>1</entry-count>
</entry>
<entry>
<entry-id>xxxx</entry-id>
<entry-count>1</entry-count>
</entry>
<entry>
<entry-id>xxxx</entry-id>
<entry-count>1</entry-count>
</entry>
</entries>
</delete-action-result>