Skip to main content

Validates archive features

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

This endpoint return info about the archive features impact.

Request

Path Parameters

  • projectId string required

Body

required

batchFeaturesSchema

  • features string[] required

    List of feature toggle names

Responses

validateArchiveFeaturesSchema

Schema
  • parentsWithChildFeatures string[] required

    List of parent features that would orphan child features that are not part of the archive operation

  • hasDeletedDependencies boolean required

    Whether any dependencies will be deleted as part of archive

Loading...