I want to delete contact of iphone manually(with number by number). Can anyone help me to do the same. I have done with deleting contact using method
ABAddressBookRemoveRecord(addressBook, record, nil);
This method makes me to delete a single contact with all of its record but I want to do delete manually means want to delete single number of the existing contact if it has multiple numbers. The given image says the requirement.