Information
Unsupported content This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

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

<items>
     <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

<delete-action-result>
 <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>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Atrium Orchestrator Content 20.16.03