GraphQLReferenceMutationsdeleteContactOn this pagedeleteContact Remove a contact from a group. Requires group administrator permission. Input deleteContactInput Return Type ID Example mutation DeleteContact { deleteContact(input: { groupId: "Z3JwMTIzNDU2" email: "jane@example.com" })} Related createContact Contact type