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

DeleteNotificationSubscriptionRequest

import type { DeleteNotificationSubscriptionRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface DeleteNotificationSubscriptionRequest {
OrganizationId: string;
SubscriptionId: string;
}

§Properties

§
OrganizationId: string
[src]

The ID of the organization.

§
SubscriptionId: string
[src]

The ID of the subscription.