Delete Document Version
workdocs_delete_document_version | R Documentation |
Deletes a specific version of a document¶
Description¶
Deletes a specific version of a document.
Usage¶
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.
Value¶
An empty list.