Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContactGroupsDeleteOptions

import type { ContactGroupsDeleteOptions } from "https://googleapis.deno.dev/v1/people:v1.ts";

Additional options for People#contactGroupsDelete.

interface ContactGroupsDeleteOptions {
deleteContacts?: boolean;
}

§Properties

§
deleteContacts?: boolean
[src]

Optional. Set to true to also delete the contacts in the specified group.