Remove Tag Request
General Purpose
Removes a specific user tag.
The WSDL file is located under the following URL:
<your address>:<fe_port>/PrimoWebServices/services/tags?wsdl
Element | Description | Value | Structure |
---|---|---|---|
removeTagRequest | Root element of the XML tree | no value | root element |
userId | user id | string | sub-element of removeTagRequest |
docId | record id from the PNX table | string | sub-element of removeTagRequest |
value | tag name | string | sub-element of removeTagRequest |
None
<removeTagRequest xmlns="http://www.exlibris.com/primo/xsd/wsRequest\" xmlns:uic=\"> <docId> demo_voyager968394</docId> <userId>OHAD</userId> <value>ohadtag1</value> </removeTagRequest>
Output Example
<TagsAndReviews xmlns="http://com/exlibris/primo/xsd/tagsAndReview/config"> <ERROR MESSEGE="Remove tag successfully" CODE="0"/> </TagsAndReviews>
Notes
This is done by changing the status value to ‘0’ , which means it is marked for deletion and only in the next indexing process will the record be deleted from the DB.