Remove User Tags Request
General Purpose
Removes all the tags of a specific user.
The WSDL file is located under the following URL:
<your address>:<fe_port>/PrimoWebServices/services/tags?wsdl
<your address>:<fe_port>/PrimoWebServices/services/tags?wsdl
Element | Description | Value | Mandatory |
---|---|---|---|
removeUserTagsRequest | Root element of the XML tree | no value | Yes |
userId | User id | string | Yes |
A message about success / failure.
<removeUserTagsRequest xmlns="http://www.exlibris.com/primo/xsd/wsRequest" xmlns:uic="http://www.exlibris.com/primo/xsd/primoview/uicomponents"> <userId>YO_YO</userId> </removeUserTagsRequest>
Output Example
<TagsAndReviews xmlns="http://com/exlibris/primo/xsd/tagsAndReview/config"> <ERROR CODE="0" MESSAGE="Remove user tags action completed successfully"/> </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.