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

SubscriptionsDeleteOptions

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

Additional options for WorkspaceEvents#subscriptionsDelete.

interface SubscriptionsDeleteOptions {
allowMissing?: boolean;
etag?: string;
validateOnly?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

Optional. If set to true and the subscription isn't found, the request succeeds but doesn't delete the subscription.

§
etag?: string
[src]

Optional. Etag of the subscription. If present, it must match with the server's etag. Otherwise, request fails with the status ABORTED.

§
validateOnly?: boolean
[src]

Optional. If set to true, validates and previews the request, but doesn't delete the subscription.