Delete Document
workdocs_delete_document | R Documentation |
Permanently deletes the specified document and its associated metadata¶
Description¶
Permanently deletes the specified document and its associated metadata.
Usage¶
workdocs_delete_document(AuthenticationToken, DocumentId)
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. |
Value¶
An empty list.
Request syntax¶
svc$delete_document(
AuthenticationToken = "string",
DocumentId = "string"
)