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

ProjectsLocationsApisDeleteOptions

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

Additional options for APIhub#projectsLocationsApisDelete.

interface ProjectsLocationsApisDeleteOptions {
force?: boolean;
}

§Properties

§
force?: boolean
[src]

Optional. If set to true, any versions from this API will also be deleted. Otherwise, the request will only work if the API has no versions.