workdocs_delete_comment: Deletes the specified comment from the document version

View source: R/workdocs_operations.R

workdocs_delete_commentR Documentation

Deletes the specified comment from the document version

Description

Deletes the specified comment from the document version.

See https://www.paws-r-sdk.com/docs/workdocs_delete_comment/ for full documentation.

Usage

workdocs_delete_comment(
  AuthenticationToken = NULL,
  DocumentId,
  VersionId,
  CommentId
)

Arguments

AuthenticationToken

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

DocumentId

[required] The ID of the document.

VersionId

[required] The ID of the document version.

CommentId

[required] The ID of the comment.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.