workdocs_delete_document_version: Deletes a specific version of a document

View source: R/workdocs_operations.R

workdocs_delete_document_versionR Documentation

Deletes a specific version of a document

Description

Deletes a specific version of a document.

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

Usage

workdocs_delete_document_version(
  AuthenticationToken = NULL,
  DocumentId,
  VersionId,
  DeletePriorVersions
)

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 associated with the version being deleted.

VersionId

[required] The ID of the version being deleted.

DeletePriorVersions

[required] Deletes all versions of a document prior to the current version.


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