FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A deleteDeviceRequest message contains an element of deleteDeviceRequestType.
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
deviceIdentifier | deviceIdentifier | 1..* | Name of the device. See deviceIdentifier. |
Name | Type |
---|---|
deleteDevice | Method |
The following XML fragment illustrates a deleteDeviceRequest message:
<deleteDeviceRequest>
<!--1 or more repetitions:-->
<deviceIdentifier>
<deviceType>?</deviceType>
<!--Optional:-->
<uniqueId>?</uniqueId>
<!--Optional:-->
<deviceId>?</deviceId>
<!--Optional:-->
<serverIds>
<!--1 or more repetitions:-->
<serverId>?</serverId>
</serverIds>
</deviceIdentifier>
</deleteDeviceRequest>