RevokeLicenseHttp

Description

Revokes a license key on the License Server. This API revokes a license key so that it can no longer be activated.

To call this function, you must set the enableRevokeLicense server property to true.

To invoke this method via a URL, append this function's name to the URL of the QLM License Server and add the required arguments.

https://yourserver/yourvirtualdirectory/qlmservice.asmx/RevokeLicenseHttp?is_avkey=<activationKey>&is_vendor=<eCommerce provider>&is_revoke=true

Arguments

ArgumentDescription

is_avkey

activation key to revoke

is_pwd

password as defined in the eCommerce Providers section in QLM (Manage Keys / Tools / 3rd Party Extensions or Manage Keys / Tools / eCommerce Providers)

is_revoke

specify whether to revoke or un-revoke a license. Set the value to true to revoke. Set the value to false to un-revoke it.

is_user

username as defined in the eCommerce Providers section in QLM (Manage Keys / Tools / 3rd Party Extensions or Manage Keys / Tools / eCommerce Providers)

is_vendor

one of the supported vendors

Last updated