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

ProjectsLocationsTagTemplatesDeleteOptions

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

Additional options for DataCatalog#projectsLocationsTagTemplatesDelete.

interface ProjectsLocationsTagTemplatesDeleteOptions {
force?: boolean;
}

§Properties

§
force?: boolean
[src]

Required. If true, deletes all tags that use this template. Currently, true is the only supported value.