Description
This method will remove existing web license.
Definition (VB.NET)
<WebMethod()> _
Public Function RemoveWebLicense(ByVal ProgramID As Integer, ByVal SerialNumber As String, ByVal RemovalCode As String) As Result
Security
No authorization is required for this method.
Parameters
Name | Type | Description |
---|---|---|
ProgramID | Integer | Program ID value |
SerialNumber | String | Serial number |
RemovalCode | String | Removal code (required) |
Return values
In case of success Result.Status is set to STATUS_SUCCESS
In case of error appropriate error status code is returned.
Notes
- Limited license can not be removed. STATUS_NOT_ALLOWED is returned in this case.