delete_dashboard
(**kwargs)¶Deletes a dashboard.
See also: AWS API Documentation
Request Syntax
response = client.delete_dashboard(
AwsAccountId='string',
DashboardId='string',
VersionNumber=123
)
[REQUIRED]
The ID of the Amazon Web Services account that contains the dashboard that you're deleting.
[REQUIRED]
The ID for the dashboard.
dict
Response Syntax
{
'Status': 123,
'Arn': 'string',
'DashboardId': 'string',
'RequestId': 'string'
}
Response Structure
(dict) --
Status (integer) --
The HTTP status of the request.
Arn (string) --
The Secure Socket Layer (SSL) properties that apply for the resource.
DashboardId (string) --
The ID of the dashboard.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Exceptions
QuickSight.Client.exceptions.ThrottlingException
QuickSight.Client.exceptions.InvalidParameterValueException
QuickSight.Client.exceptions.ConflictException
QuickSight.Client.exceptions.ResourceNotFoundException
QuickSight.Client.exceptions.UnsupportedUserEditionException
QuickSight.Client.exceptions.InternalFailureException