> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Feature group archived

> Fired when a feature group is archived. Stop exposing it in UI or provisioning new instances.




## OpenAPI

````yaml /openapi/stigg-webhooks.yaml webhook feature_group.archived
openapi: 3.1.0
info:
  title: Stigg Webhook Events
  version: 1.0.0
  description: |
    All webhook events, grouped by category via tags.
servers: []
security: []
tags:
  - name: Products
    description: Product lifecycle (create, update, archive/delete).
  - name: Features
    description: Lifecycle of features (create, update, delete).
  - name: Feature Groups
    description: Lifecycle of feature groups (create, update, archive, unarchive).
  - name: Plans
    description: Plan changes and versions.
  - name: Add-ons
    description: Add-on creation/updates/deletion.
  - name: Customers
    description: Customer lifecycle & billing failures.
  - name: Subscriptions
    description: Subscription lifecycle & billing month notifications.
  - name: Trials
    description: Trial start, warnings, conversion, expiration.
  - name: Entitlements
    description: Effective entitlements and threshold exceedances.
  - name: Promotional entitlements
    description: Grant/update/revoke/expire promo entitlements.
  - name: Coupons
    description: Coupon lifecycle.
  - name: Third-party sync
    description: Failures while syncing to external vendors.
  - name: Credit grants
    description: Credit grants and expirations.
  - name: Credit balance
    description: Credit balance thresholds.
  - name: Credit auto recharge
    description: Automatic credit recharge operations and configuration changes.
paths: {}

````