Revoking Licenses
Last updated
Last updated
Revoking a license will cause LexActivator IsLicenseGenuine()
function to invalidate the local license activation data on the user machine and return LA_FAIL
status code. Any further attempt to reactivate the license using ActivateLicense()
will return LA_E_REVOKED
status code.
Approving the license later will require the user to reactivate the license.
To revoke a license you need to hit the license update endpoint and set revoked
property to true
.
PATCH
https://api.cryptlex.com/v3/licenses/:id
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
id
string
Unique identifier for the license.
Authorization
string
Bearer access token.
revoked
boolean
Set true to revoke the license.