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

ProjectsLocationsFeatureGroupsDeleteOptions

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

Additional options for AIplatform#projectsLocationsFeatureGroupsDelete.

interface ProjectsLocationsFeatureGroupsDeleteOptions {
force?: boolean;
}

§Properties

§
force?: boolean
[src]

If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.)