Delete a feature

Permanently deletes a feature. It cannot be undone.

DELETE/v3/features/{id}
JWT
feature:write

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the feature.
Triggers webhook: feature.deleted
POST <your-webhook-url>
{
  "event": "feature.deleted",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "name": "string",
    "displayName": "string",
    "description": "string"
  },
  "triggeredAt": "string"
}

Responses

204 No Content