var contact = ContactsApp.findByEmailAddress('fido@example.com'); var group = ContactsApp.findContactGroup("Pets"); group.removeContact(contact);