QuickSight / Client / delete_account_customization
delete_account_customization¶
- QuickSight.Client.delete_account_customization(**kwargs)¶
Warning
This API permanently deletes all QuickSight customizations for the specified Amazon Web Services account and namespace. When you delete account customizations:
All customizations are removed including themes, branding, and visual settings
This action cannot be undone through the API
Users will see default QuickSight styling after customizations are deleted
Before proceeding: Ensure you have backups of any custom themes or branding elements you may want to recreate.
Deletes all Amazon QuickSight customizations for the specified Amazon Web Services account and QuickSight namespace.
See also: AWS API Documentation
Request Syntax
response = client.delete_account_customization( AwsAccountId='string', Namespace='string' )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The ID for the Amazon Web Services account that you want to delete QuickSight customizations from.
Namespace (string) – The QuickSight namespace that you’re deleting the customizations from.
- Return type:
dict
- Returns:
Response Syntax
{ 'RequestId': 'string', 'Status': 123 }
Response Structure
(dict) –
RequestId (string) –
The Amazon Web Services request ID for this operation.
Status (integer) –
The HTTP status of the request.
Exceptions
QuickSight.Client.exceptions.AccessDeniedExceptionQuickSight.Client.exceptions.ConflictExceptionQuickSight.Client.exceptions.InvalidParameterValueExceptionQuickSight.Client.exceptions.ResourceNotFoundExceptionQuickSight.Client.exceptions.ThrottlingExceptionQuickSight.Client.exceptions.LimitExceededExceptionQuickSight.Client.exceptions.PreconditionNotMetExceptionQuickSight.Client.exceptions.InternalFailureExceptionQuickSight.Client.exceptions.ResourceUnavailableException