Delete a license
DELETEhttps://api.evora.lol/api/developer-api/apps/{appId}/licenses/{licenseId}
Requires scopelicenses:write
On a license-mode application, deleting a redeemed key revokes that customer's access, because license login resolves the customer through the key. Their subscription row survives but becomes unreachable.
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
| licenseIdrequired string | License UUID. Ban, unban, pause, unpause, reset-hwid and expiry also accept the raw license key here. |
Responses
200Deleted.
json
{ "success": true, "message": "License deleted" }
More in Licenses
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs