Delete a feature entitlement for a license

Delete a feature entitlement for a license.

DELETE/v3/licenses/{id}/feature-entitlements/{featureEntitlementId}
JWT
license:write

Parameters

NameTypeInDescription
id*stringpath
featureEntitlementId*stringpath
Triggers webhook: license.featureEntitlement.deleted
POST <your-webhook-url>
{
  "event": "license.featureEntitlement.deleted",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "featureId": "string",
    "featureName": "string",
    "value": "string",
    "licenseId": "string",
    "expiresAt": "2019-08-24T14:15:22Z"
  },
  "triggeredAt": "string"
}

Responses

204 No Content