| ContactInfoProviderDeleteContactInfo Method (Int32) | 
            Deletes contact with specified ID.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntaxpublic static void DeleteContactInfo(
	int contactId
)
Parameters
- contactId
 - Type: SystemInt32
Contact ID of the contact to be deleted 
See Also