Delete a license template

Permanently deletes a license template. It cannot be undone.

DELETE/v3/license-templates/{id}
JWT
licensePolicy:write

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the license template.
Triggers webhook: licenseTemplate.deleted
POST <your-webhook-url>
{
  "event": "licenseTemplate.deleted",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "name": "string",
    "allowVmActivation": true,
    "allowContainerActivation": true,
    "userLocked": true,
    "disableGeoLocation": true,
    "allowedIpRange": "string",
    "allowedIpRanges": [
      "string"
    ],
    "allowedCountries": [
      "string"
    ],
    "disallowedCountries": [
      "string"
    ],
    "allowedIpAddresses": [
      "string"
    ],
    "disallowedIpAddresses": [
      "string"
    ],
    "validity": 0,
    "expirationStrategy": "immediate",
    "subscriptionInterval": "string",
    "subscriptionStartTrigger": "creation",
    "fingerprintMatchingStrategy": "fuzzy",
    "allowedActivations": 0,
    "allowedDeactivations": 0,
    "type": "node-locked",
    "keyPattern": "string",
    "leaseDuration": 0,
    "allowClientLeaseDuration": true,
    "leasingStrategy": "per-machine",
    "allowedFloatingClients": 0,
    "serverSyncGracePeriod": 0,
    "serverSyncInterval": 0,
    "cryptoBindingEnabled": true,
    "allowedClockOffset": 0,
    "expiringSoonEventOffset": 0,
    "requireAuthentication": true,
    "requiredMetadataKeys": [
      "string"
    ],
    "requiredMeterAttributes": [
      "string"
    ]
  },
  "triggeredAt": "string"
}

Responses

204 No Content