delete_folder_membership
(**kwargs)¶Removes an asset, such as a dashboard, analysis, or dataset, from a folder.
See also: AWS API Documentation
Request Syntax
response = client.delete_folder_membership(
AwsAccountId='string',
FolderId='string',
MemberId='string',
MemberType='DASHBOARD'|'ANALYSIS'|'DATASET'
)
[REQUIRED]
The ID for the Amazon Web Services account that contains the folder.
[REQUIRED]
The Folder ID.
[REQUIRED]
The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.
[REQUIRED]
The type of the member, including DASHBOARD
, ANALYSIS
, and DATASET
dict
Response Syntax
{
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Exceptions
QuickSight.Client.exceptions.AccessDeniedException
QuickSight.Client.exceptions.InvalidParameterValueException
QuickSight.Client.exceptions.ResourceNotFoundException
QuickSight.Client.exceptions.ThrottlingException
QuickSight.Client.exceptions.UnsupportedUserEditionException
QuickSight.Client.exceptions.InternalFailureException