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

ProjectsNotificationChannelsDeleteOptions

import type { ProjectsNotificationChannelsDeleteOptions } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Additional options for Monitoring#projectsNotificationChannelsDelete.

interface ProjectsNotificationChannelsDeleteOptions {
force?: boolean;
}

§Properties

§
force?: boolean
[src]

If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel). If false, channels that are still referenced by an existing alerting policy will fail to be deleted in a delete operation.