Delete Folder
workdocs_delete_folder | R Documentation |
Permanently deletes the specified folder and its contents¶
Description¶
Permanently deletes the specified folder and its contents.
Usage¶
workdocs_delete_folder(AuthenticationToken, FolderId)
Arguments¶
AuthenticationToken |
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API. |
FolderId |
[required] The ID of the folder. |
Value¶
An empty list.
Request syntax¶
svc$delete_folder(
AuthenticationToken = "string",
FolderId = "string"
)