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

ProjectsLocationsDataExchangesListingsDeleteOptions

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

Additional options for AnalyticsHub#projectsLocationsDataExchangesListingsDelete.

interface ProjectsLocationsDataExchangesListingsDeleteOptions {
deleteCommercial?: boolean;
}

§Properties

§
deleteCommercial?: boolean
[src]

Optional. If the listing is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid deleting commercial listings accidentally.