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

DeleteNamedRangeRequest

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

Deletes a NamedRange.

interface DeleteNamedRangeRequest {
name?: string;
namedRangeId?: string;
}

§Properties

§
name?: string
[src]

The name of the range(s) to delete. All named ranges with the given name will be deleted.

§
namedRangeId?: string
[src]

The ID of the named range to delete.