Deleting a FeatureGroup does NOT delete its individual components (features, entities, data sources). You must delete components separately.
Example: Archive and delete a feature group
fs.archive_feature_group("sales_group")
fs.delete_feature_group("sales_group")