AppFabric / Client / delete_app_authorization
delete_app_authorization#
- AppFabric.Client.delete_app_authorization(**kwargs)#
- Deletes an app authorization. You must delete the associated ingestion before you can delete an app authorization. - See also: AWS API Documentation - Request Syntax- response = client.delete_app_authorization( appBundleIdentifier='string', appAuthorizationIdentifier='string' ) - Parameters:
- appBundleIdentifier (string) – - [REQUIRED] - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request. 
- appAuthorizationIdentifier (string) – - [REQUIRED] - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- AppFabric.Client.exceptions.InternalServerException
- AppFabric.Client.exceptions.ThrottlingException
- AppFabric.Client.exceptions.ValidationException
- AppFabric.Client.exceptions.ResourceNotFoundException
- AppFabric.Client.exceptions.AccessDeniedException