Amazon AppIntegrations Service

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.

DeleteApplication (updated) Link ΒΆ
Changes (request)
{'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
)
type Arn:

string

param Arn:

[REQUIRED]

The Amazon Resource Name (ARN) of the Application.

type Force:

boolean

param Force:

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.

rtype:

dict

returns:

Response Syntax

{}

Response Structure

  • (dict) --