Skip to main content
Archives a feature, preventing it from being used in new plans.

Mutation

mutation ArchiveFeature($input: ArchiveFeatureInput!) {
  archiveFeature(input: $input) {
    refId
    featureStatus
  }
}

Parameters

input
ArchiveFeatureInput
required
Input for archiving a feature
Archiving a feature affects all plans that use it. Existing entitlements continue to work, but the feature cannot be added to new plans.