FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A deleteAccountResponse message contains an element of deleteAccountResponseType.
Type deleteAccountResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedDeleteAcctDataListType | 0..1 | See failedDeleteAcctDataListType. |
|||||||||
Name | Type |
---|---|
deleteAccount | Method |
The following XML fragment illustrates a successful deleteAccountResponse message:
<deleteAccountResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</deleteAccountResponse>