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
)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
[required] The ID of the document associated with the version being deleted.
[required] The ID of the version being deleted.
[required] Deletes all versions of a document prior to the current version.