FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A deleteProductRequest message contains an element of deleteProductRequestType.
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. |
Name | Type |
---|---|
deleteProduct | Method |
The following XML fragment illustrates a deleteProductRequest message:
<deleteProductRequest>
<product>
<productIdentifier>
<primaryKeys>
<name>Product A</name>
<version>1.0</version>
</primaryKeys>
</productIdentifier>
</product>
</deleteProductRequest>