Skip to content

Delete Folder Contents

workdocs_delete_folder_contents R Documentation

Deletes the contents of the specified folder

Description

Deletes the contents of the specified folder.

Usage

workdocs_delete_folder_contents(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_contents(
  AuthenticationToken = "string",
  FolderId = "string"
)