DELETE sitelicense

Delete an existing sitelicense given a specific license key. For auditing purposes, the licensekey is not physically deleted, but is tagged as deleted and becomes unavailable.

Resource URL

https://api.easysoftwarelicensing.com/v1/sitelicenses/:licensekey

Where licensekey is the key for the license you want to update. The licensekey provided in the resource URL must match the licensekey in the JSON body provided, as shown in the example below.

Headers

ESL-API-Key: apikey

Example

Request

DELETE https://api.easysoftwarelicensing.com/v1/sitelicenses/somekey055
HEADERS
    ESL-API-Key: apikey

Response

200 OK

{
  "message": "The license key was deleted",
  "status": "success"
}
Secure WordPress plugin (HTTPS/SSL)