|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A deleteFeatureRequest message contains an element of deleteFeatureRequestType.
Contains elements as defined in the following table.
| Component | Type | Occurs | Description |
|---|---|---|---|
|
1..1 | ||
| feature | deleteFeatureDataType | 1..* | Required. A deleteFeatureRequest contains an array of feature elements to be deleted. See deleteFeatureDataType. |
| Name | Type |
|---|---|
| deleteFeature | Method |
The following XML fragment illustrates a deleteFeatureRequest message (Feature_toDelete has a fixed version, so version needs to be specified):
<deleteFeatureRequest>
<feature>
<featureIdentifier>
<primaryKeys>
<name>Feature_toDelete</name>
<version></version>
</primaryKeys>
</featureIdentifier>
</feature>
</deleteFeatureRequest>