Values.DeleteContactRequestSourceRemoves a contact from a contact list.
type nonrec t = {contactListName : ContactListName.t;The name of the contact list from which the contact should be removed.
*)emailAddress : EmailAddress.t;The contact's email address.
*)}