Skip to content

Delete Folder Membership

quicksight_delete_folder_membership R Documentation

Removes an asset, such as a dashboard, analysis, or dataset, from a folder

Description

Removes an asset, such as a dashboard, analysis, or dataset, from a folder.

Usage

quicksight_delete_folder_membership(AwsAccountId, FolderId, MemberId,
  MemberType)

Arguments

AwsAccountId

[required] The ID for the Amazon Web Services account that contains the folder.

FolderId

[required] The Folder ID.

MemberId

[required] The ID of the asset that you want to delete.

MemberType

[required] The member type of the asset that you want to delete from a folder.

Value

A list with the following syntax:

list(
  Status = 123,
  RequestId = "string"
)

Request syntax

svc$delete_folder_membership(
  AwsAccountId = "string",
  FolderId = "string",
  MemberId = "string",
  MemberType = "DASHBOARD"|"ANALYSIS"|"DATASET"|"DATASOURCE"|"TOPIC"
)