Description

This method will remove existing web license.

Definition (VB.NET)

<WebMethod()> _
Public Function RemoveWebLicense(ProductID As Integer, SerialNumber As String, RemovalCode As String) As Result

Security

No authorization is required for this method.

Parameters

Name Type Description
ProductID Integer Product 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.