Delete a trial policy

Permanently deletes a trial policy. It cannot be undone.

DELETE/v3/trial-policies/{id}
JWT
trialPolicy:write

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the trial policy.
Triggers webhook: trialPolicy.deleted
POST <your-webhook-url>
{
  "event": "trialPolicy.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"
    ],
    "trialLength": 0,
    "fingerprintMatchingStrategy": "fuzzy"
  },
  "triggeredAt": "string"
}

Responses

204 No Content