Delete a maintenance policy

Permanently deletes a maintenance policy. It cannot be undone.

DELETE/v3/maintenance-policies/{id}
JWT
maintenancePolicy:write

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the maintenance policy.
Triggers webhook: maintenancePolicy.deleted
POST <your-webhook-url>
{
  "event": "maintenancePolicy.deleted",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "name": "string",
    "validity": 0,
    "expirationStrategy": "immediate",
    "subscriptionInterval": "string",
    "subscriptionStartTrigger": "license-creation",
    "allowMajorVersionUpdates": true,
    "allowMinorVersionUpdates": true
  },
  "triggeredAt": "string"
}

Responses

204 No Content