2026/09/02 - Amazon AppIntegrations Service - 1 updated api methods
Changes This release adds a force parameter to DeleteApplication and a ConflictException to UpdateApplication, letting customers delete applications with existing associations in one call and get a clear error when an update conflicts with the application's current state.
{'Force': 'boolean'}
Deletes an application. If the application has associations, you must delete them first. Alternatively, use the force option to delete the application and remove its associations.
See also: AWS API Documentation
Request Syntax
client.delete_application(
Arn='string',
Force=True|False
)
string
[REQUIRED]
The Amazon Resource Name (ARN) of the Application.
boolean
Specifies whether to delete the application even if it still has application associations. If true, the operation removes the application and its associations. If false or absent, the delete fails when associations exist.
dict
Response Syntax
{}
Response Structure
(dict) --