QuickSight / Client / delete_folder_membership
delete_folder_membership#
- QuickSight.Client.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' ) - Parameters:
- AwsAccountId (string) – - [REQUIRED] - The ID for the Amazon Web Services account that contains the folder. 
- FolderId (string) – - [REQUIRED] - The Folder ID. 
- MemberId (string) – - [REQUIRED] - The ID of the asset (the dashboard, analysis, or dataset) that you want to delete. 
- MemberType (string) – - [REQUIRED] - The type of the member, including - DASHBOARD,- ANALYSIS, and- DATASET
 
- Return type:
- dict 
- Returns:
- 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