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

ProjectsLocationsApisVersionsDeleteOptions

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

Additional options for APIhub#projectsLocationsApisVersionsDelete.

interface ProjectsLocationsApisVersionsDeleteOptions {
force?: boolean;
}

§Properties

§
force?: boolean
[src]

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