QuickSight / Client / delete_app

delete_app

QuickSight.Client.delete_app(**kwargs)

Deletes an app.

See also: AWS API Documentation

Request Syntax

response = client.delete_app(
    AwsAccountId='string',
    AppId='string'
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that contains the app.

  • AppId (string) –

    [REQUIRED]

    The ID of the app that you want to delete.

Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string'
}

Response Structure

  • (dict) –

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

Exceptions