| IDeleteContactsServiceDelete Method | 
            Deletes batch of contacts.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
Syntaxbool Delete(
	int batchSize
)
Parameters
- batchSize
- Type: SystemInt32
 Number of contacts to delete in one call.
Return Value
Type: 
BooleanReturns true when there are more contacts to delete
 See Also
See Also