QuickSight / Client / delete_o_auth_client_application
delete_o_auth_client_application¶
- QuickSight.Client.delete_o_auth_client_application(**kwargs)¶
Deletes an OAuthClientApplication.
See also: AWS API Documentation
Request Syntax
response = client.delete_o_auth_client_application( AwsAccountId='string', OAuthClientApplicationId='string' )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The Amazon Web Services account ID.
OAuthClientApplicationId (string) –
[REQUIRED]
The ID of the OAuthClientApplication that you want to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'Arn': 'string', 'OAuthClientApplicationId': 'string', 'RequestId': 'string', 'Status': 123 }
Response Structure
(dict) –
Arn (string) –
The Amazon Resource Name (ARN) of the OAuthClientApplication that you deleted.
OAuthClientApplicationId (string) –
The ID of the OAuthClientApplication. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
RequestId (string) –
The Amazon Web Services request ID for this operation.
Status (integer) –
The HTTP status of the request.
Exceptions