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 stringrequired

Body

required

batchFeaturesSchema

    features string[]required

    List of feature flag names

    Example: ["my-feature-4","my-feature-5","my-feature-6"]

Responses

This response has no body.

Loading...