deleteApplication
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.
Samples
// The following deletes an application.
val resp = appIntegrationsClient.deleteApplication {
arn = "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e"
}Content copied to clipboard