QuickSight / Client / delete_limits_profile

delete_limits_profile

QuickSight.Client.delete_limits_profile(**kwargs)

Deletes a limits profile.

See also: AWS API Documentation

Request Syntax

response = client.delete_limits_profile(
    profileId='string',
    accountId='string'
)
Parameters:
  • profileId (string) –

    [REQUIRED]

    The unique identifier for the limits profile to delete.

  • accountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that contains the limits profile.

Return type:

dict

Returns:

Response Syntax

{
    'arn': 'string'
}

Response Structure

  • (dict) –

    • arn (string) –

      The Amazon Resource Name (ARN) of the deleted limits profile.

Exceptions