LicUnReg
Unregister License
Unregisters a license from TrialKey
GET
https://signup.trialkey.ca/api/v2/LicUnReg
This endpoint allows a registered license for your application to be unregistered. Once unregistered, this license can be re-registered and consumed by the user. This functionality can be used for licenses that are locked to a particular machine name.
Example URL:
/LicUnReg?AuthToken=<AUTH_TOKEN>&InstallKey=&Domain=mywebsite.com
Query Parameters
Name
Type
Description
Domain*
String
Your account domain (i.e. the mywebsite.com part of www.mywebsite.com)
AuthToken*
String
The AuthToken acquired from calling the DoLogin() API.
InstallKey*
String
Unique license identifier of an already installed license.
{
"name"="Wilson",
"owner": {
"id": "sha7891bikojbkreuy",
"name": "Samuel Passet",
"species": "Dog",}
"breed": "Golden Retriever",
}
Last updated