View source: R/workdocs_operations.R
workdocs_abort_document_version_upload | R Documentation |
Aborts the upload of the specified document version that was previously initiated by initiate_document_version_upload
. The client should make this call only when it no longer intends to upload the document version, or fails to do so.
See https://www.paws-r-sdk.com/docs/workdocs_abort_document_version_upload/ for full documentation.
workdocs_abort_document_version_upload(
AuthenticationToken = NULL,
DocumentId,
VersionId
)
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 version. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.