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, this operation will fail if the notification channel is referenced by existing alerting policies.