disassociateLibraryItemReview
abstract suspend fun disassociateLibraryItemReview(input: DisassociateLibraryItemReviewRequest): DisassociateLibraryItemReviewResponse
Removes a rating or review previously submitted by the user for a library item.
Samples
fun main() {
//sampleStart
// Decrease the rating counter by 1 for the related app for this user
qAppsClient.disassociateLibraryItemReview {
instanceId = "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
libraryItemId = "cb9ecf72-8563-450d-9db9-994f98297316"
}
//sampleEnd
}