deleteQApp
Deletes an Amazon Q App owned by the user. If the Q App was previously published to the library, it is also removed from the library.
Samples
fun main() {
//sampleStart
// Delete an Amazon Q App
qAppsClient.deleteQApp {
appId = "393e77fb-0a30-4f47-ad30-75d71aeaed8a"
instanceId = "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
}
//sampleEnd
}