workdocs_delete_document_version {paws.end.user.computing} | R Documentation |
Deletes a specific version of a document.
See https://www.paws-r-sdk.com/docs/workdocs_delete_document_version/ for full documentation.
workdocs_delete_document_version(
AuthenticationToken = NULL,
DocumentId,
VersionId,
DeletePriorVersions
)
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. |