AppIntegrationsService / Client / delete_application
delete_application¶
- AppIntegrationsService.Client.delete_application(**kwargs)¶
Deletes an application. If the application has associations, you must delete them first. Alternatively, use the
forceoption to delete the application and remove its associations.See also: AWS API Documentation
Request Syntax
response = client.delete_application( Arn='string', Force=True|False )
- Parameters:
Arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the Application.
Force (boolean) –
Specifies whether to delete the application even if it still has application associations. If
true, the operation removes the application and its associations. Iffalseor absent, the delete fails when associations exist.Warning
Setting this parameter to
truepermanently removes all of the application’s associations. Doing so might impact other resources that rely on and reference the application. This action can’t be undone.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
AppIntegrationsService.Client.exceptions.InternalServiceErrorAppIntegrationsService.Client.exceptions.ThrottlingExceptionAppIntegrationsService.Client.exceptions.ResourceNotFoundExceptionAppIntegrationsService.Client.exceptions.InvalidRequestExceptionAppIntegrationsService.Client.exceptions.AccessDeniedException