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

ProjectsLocationsCapacityCommitmentsDeleteOptions

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

Additional options for BigQueryReservation#projectsLocationsCapacityCommitmentsDelete.

interface ProjectsLocationsCapacityCommitmentsDeleteOptions {
force?: boolean;
}

§Properties

§
force?: boolean
[src]

Can be used to force delete commitments even if assignments exist. Deleting commitments with assignments may cause queries to fail if they no longer have access to slots.