FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: deleteFeatureBundleRequest

Description

A deleteFeatureBundleRequest message contains an element of deleteFeatureBundleRequestType.

Derived By

Type deleteFeatureBundleRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
featureBundle  deleteFeatureBundleDataType  1..*  Required. A deleteFeatureBundleRequest contains an array of featureBundle elements to be deleted. See deleteFeatureBundleDataType.
Referenced By
Name  Type 
deleteFeatureBundle  Method 
XML Example

The following XML fragment illustrates a deleteFeatureBundleRequest message:

<deleteFeatureBundleRequest>
   <featureBundle>
      <featureBundleIdentifier>
         <primaryKeys>
            <name>FB_toDelete</name>
         </primaryKeys>
      </featureBundleIdentifier>
   </featureBundle>
</deleteFeatureBundleRequest>