Deletes relationships between specified contact groups and related objects (contact, account) defined in where condition.
            
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- where
 - Type: 
System String
Where condition 
- contactGroupID
 - Type: 
System Int32
Current groupID. Used only when deleting accounts and removing its contacts. 
- deletingAccount
 - Type: 
System Boolean
Indicates if deleting accounts. If TRUE then also contacts will be removed as well. 
- removeAccount
 - Type: 
System Boolean
If TRUE then account will be deleted, not only its contacts. Applicable only when deleting accounts. 
See Also