disassociateQAppFromUser

Disassociates a Q App from a user removing the user's access to run the Q App.

Samples


fun main() { 
   //sampleStart 
   // Unlinks an Amazon Q App from the invoker s list of apps
qAppsClient.disassociateQAppFromUser {
    appId = "393e77fb-0a30-4f47-ad30-75d71aeaed8a"
    instanceId = "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
} 
   //sampleEnd
}