Remove Review Request

General Purpose

The remove reviews request removes all reviews for a specific user and item.

Input Parameters

ElementDescriptionValue
userIdUser ID.string
docIdRecord id from the PNX table.string

Output Parameters

The output of this request contains the success or failure acknowledgement for this request.

ElementDescriptionValue
TagsAndReviewsRoot element of the XML tree.no value
errorThis element contains the message attribute, which contains a success or failure message.string

Input example

http://primo:170X/PrimoWebServices/xservice/reviews/remove?userId=demo&docId=demo_voyager968394

Output example

<TagsAndReviews xmlns="http://com/exlibris/primo/xsd/tagsAndReview/config">
  <ERROR MESSEGE="Remove review action completed successfully" CODE="0"/>
</TagsAndReviews>