Skip to content

Abort Document Version Upload

workdocs_abort_document_version_upload R Documentation

Aborts the upload of the specified document version that was previously initiated by InitiateDocumentVersionUpload

Description

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.

Usage

workdocs_abort_document_version_upload(AuthenticationToken, DocumentId,
  VersionId)

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.

VersionId

[required] The ID of the version.

Value

An empty list.

Request syntax

svc$abort_document_version_upload(
  AuthenticationToken = "string",
  DocumentId = "string",
  VersionId = "string"
)