Remove Tag
General Purpose
The tags/remove request removes a specific user tag.
Input Parameters
Element | Description | Value |
---|---|---|
userId | user id | string |
docId | record id from the PNX table | string |
value | tag name | string |
Output
The output of this request contains the success or failure acknowledgement for this request.
Input Example
http://primo:170X/PrimoWebServices/xservice/tags/remove?value=ohadtag1&userId=OHAD&docId=demo_voyager968394
Output Example
<TagsAndReviews xmlns="http://com/exlibris/primo/xsd/tagsAndReview/config"> <ERROR MESSEGE="Remove tag successfully" CODE="0"/> </TagsAndReviews>