Skip to main content

Archives a list of features

POST /api/admin/projects/:projectId/archive

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.

Request

Path Parameters

  • projectId string required

Body

required

batchFeaturesSchema

  • features string[] required

    List of feature toggle names

Responses

This response has no body.

Loading...