Delete Folder
| quicksight_delete_folder | R Documentation | 
Deletes an empty folder¶
Description¶
Deletes an empty folder.
Usage¶
quicksight_delete_folder(AwsAccountId, FolderId)
Arguments¶
AwsAccountId | 
[required] The ID for the Amazon Web Services account that contains the folder.  | 
FolderId | 
[required] The ID of the folder.  | 
Value¶
A list with the following syntax:
list(
  Status = 123,
  Arn = "string",
  FolderId = "string",
  RequestId = "string"
)
Request syntax¶
svc$delete_folder(
  AwsAccountId = "string",
  FolderId = "string"
)