FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: deleteFeatureRequest

Description

A deleteFeatureRequest message contains an element of deleteFeatureRequestType.

Derived By

Type deleteFeatureRequestType

Content Model

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.
Referenced By
Name  Type 
deleteFeature  Method 
XML Example

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>