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

BatchDeleteContactsRequest

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

A request to delete a batch of existing contacts.

interface BatchDeleteContactsRequest {
resourceNames?: string[];
}

§Properties

§
resourceNames?: string[]
[src]

Required. The resource names of the contact to delete. It's repeatable. Allows up to 500 resource names in a single request.