Validates archive features

This endpoint return info about the archive features impact.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectIdstringRequired

Request

batchFeaturesSchema
featureslist of stringsRequired
List of feature flag names

Response

validateArchiveFeaturesSchema
parentsWithChildFeatureslist of strings
List of parent features that would orphan child features that are not part of the archive operation
hasDeletedDependenciesboolean
Whether any dependencies will be deleted as part of archive

Errors