Delete Comment
workdocs_delete_comment | R Documentation |
Deletes the specified comment from the document version¶
Description¶
Deletes the specified comment from the document version.
Usage¶
workdocs_delete_comment(AuthenticationToken, 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. |
Value¶
An empty list.
Request syntax¶
svc$delete_comment(
AuthenticationToken = "string",
DocumentId = "string",
VersionId = "string",
CommentId = "string"
)