| AccountHelperDelete Method | 
            Deletes account.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
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
See Also