Remove Tag Request

General Purpose

Removes a specific user tag.

WSDL

The WSDL file is located under the following URL:
<your address>:<fe_port>/PrimoWebServices/services/tags?wsdl

Input Parameters

ElementDescriptionValueStructure
removeTagRequestRoot element of the XML treeno valueroot element
userIduser idstringsub-element of removeTagRequest
docIdrecord id from the PNX tablestringsub-element of removeTagRequest
valuetag namestringsub-element of removeTagRequest

Output Parameters

None

Input Example

<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.