Configuration Specific new Features

I am cutting a part in such a way that it creates two bodies (parent conf). I need to store each of these bodies in their own configuration (children conf). How can I delete one body for each configuration?

I tried the following three methods, but the parent and children configurations all have the same features with what I tried (both bodies deleted in all configurations). Code attached.

1. swModel.ShowConfiguration2()

2. swConf.Select (False) 'Selects only the current configuration

3. swModel.FeatureManager.InsertDeleteBody.SetSuppression2 swSuppressFeature, swAllConfiguration, Empty

SolidworksApi macros