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

ProjectsLocationsFeaturestoresDeleteOptions

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

Additional options for AIplatform#projectsLocationsFeaturestoresDelete.

interface ProjectsLocationsFeaturestoresDeleteOptions {
force?: boolean;
}

§Properties

§
force?: boolean
[src]

If set to true, any EntityTypes and Features for this Featurestore will also be deleted. (Otherwise, the request will only work if the Featurestore has no EntityTypes.)