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

ProjectsLocationsDataPoliciesDeleteOptions

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

Additional options for BigQueryDataPolicy#projectsLocationsDataPoliciesDelete.

interface ProjectsLocationsDataPoliciesDeleteOptions {
force?: boolean;
}

§Properties

§
force?: boolean
[src]

Optional. If true, the data policy will be deleted even when it is referenced by one or more table columns.