deleteApplication

Deletes the Application. Only Applications that don't have any Application Associations can be deleted.

Samples


fun main() { 
   //sampleStart 
   // The following deletes an application.
val resp = appIntegrationsClient.deleteApplication {
    arn = "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e"
} 
   //sampleEnd
}