v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Features

Archives a list of features

This endpoint archives the specified features. Any features that are already archived or that don't exist are ignored. All existing features (whether already archived or not) that are provided must belong to the specified project.

post/api/admin/projects/{projectId}/archive

Path parameters

projectIdstring required

Request body

featuresstring[] required

List of feature flag names

Example request

{
  "features": [
    "my-feature-4",
    "my-feature-5",
    "my-feature-6"
  ]
}

Response

This response has no body.