FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Method: deleteWebRegKey

Description

The deleteWebRegKey operation deletes one or more unredeemed web register keys from one or more bulk entitlements. To use the Entitlement Order service to delete web register keys there must be unredeemed web register keys in the FlexNet Operations database.

Parameters
Name  Type  Direction  Description 
msgparameters  deleteWebRegKeyRequestType  Input   
Returns

A deleteWebRegKeyResponse element having the structure defined by the following table.

Name  Type  Description 
statusInfo  StatusInfoType 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—If the request was synchronous, all of the web register keys in the request were processed successfully. If the request was asynchronous, SUCCESS means that the import request of web register keys was scheduled; this does not necessarily mean that the request was processed successfully.

  • PARTIAL_FAILURE—Some, but not all web register keys in the synchronous request were processed. The getCount and getQuery operations never return PARTIAL_FAILURE.

  • FAILURE—If the request was synchronous, none of the web register keys in the request were processed successfully. If the request was asynchronous, FAILURE means that the import request of web register keys was not scheduled.

reason
string
Gives reason for partial failure or failure.
 
failedData  failedDeleteWebRegKeyListType  Information about the web register keys that were not deleted is listed in the failedData element. See failedDeleteWebRegKeyListType.