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

DeleteCommentRequest

import type { DeleteCommentRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface DeleteCommentRequest {
AuthenticationToken?: string | null;
CommentId: string;
DocumentId: string;
VersionId: string;
}

§Properties

§
AuthenticationToken?: string | null
[src]

Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

§
CommentId: string
[src]

The ID of the comment.

§
DocumentId: string
[src]

The ID of the document.

§
VersionId: string
[src]

The ID of the document version.