FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: deleteProductRequest

Description

A deleteProductRequest message contains an element of deleteProductRequestType.

Derived By

Type deleteProductRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
product  deleteProductDataType  1..*  Required. A deleteProductRequest contains an array of product elements to be deleted. See deleteProductDataType.
Referenced By
Name  Type 
deleteProduct  Method 
XML Example

The following XML fragment illustrates a deleteProductRequest message:

<deleteProductRequest>
   <product>
      <productIdentifier>
         <primaryKeys>
            <name>Product A</name>
            <version>1.0</version>
         </primaryKeys>
      </productIdentifier>
   </product>
</deleteProductRequest>