|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A deleteFeatureBundleRequest message contains an element of deleteFeatureBundleRequestType.
Type deleteFeatureBundleRequestType
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. |
| Name | Type |
|---|---|
| deleteFeatureBundle | Method |
The following XML fragment illustrates a deleteFeatureBundleRequest message:
<deleteFeatureBundleRequest>
<featureBundle>
<featureBundleIdentifier>
<primaryKeys>
<name>FB_toDelete</name>
</primaryKeys>
</featureBundleIdentifier>
</featureBundle>
</deleteFeatureBundleRequest>