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

ProjectsLocationsRepositoriesDeleteOptions

import type { ProjectsLocationsRepositoriesDeleteOptions } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Additional options for Dataform#projectsLocationsRepositoriesDelete.

interface ProjectsLocationsRepositoriesDeleteOptions {
force?: boolean;
}

§Properties

§
force?: boolean
[src]

If set to true, any child resources of this repository will also be deleted. (Otherwise, the request will only succeed if the repository has no child resources.)