| AccountHelperDelete Method  | 
            Deletes account.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntaxpublic static void Delete(
	AccountInfo account,
	bool deleteSubsidiaries
)
Parameters
- account
 - Type: CMS.ContactManagementAccountInfo
Account to be deleted - deleteSubsidiaries
 - Type: SystemBoolean
Indicates if subsidiary accounts should be deleted as well. 
See Also