deleteLibraryItem

Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or used by other users.

Samples


fun main() { 
   //sampleStart 
   // Delete a library item
qAppsClient.deleteLibraryItem {
    instanceId = "3642ba81-344c-42fd-a480-9119a5a5f26b"
    libraryItemId = "72088fd4-78b6-43da-bfb8-8621323c3cfb"
} 
   //sampleEnd
}