Remove All User Tags

General Purpose

The tags/remove request removes all of the tags for a specific user.

Input Parameters

The input is a URL string that requests to remove all the tags for specific user.
The following table describes the valid parameters in the URL input request:

ElementDescriptionValue
userIdUser ID.string

Output Parameters

The output for this message is an XML response that contains the success or failure acknowledgement for this request. The parameters that are listed in the output parameters section, such as TagsAndReviews, error are part of this single XML and are not sent as separate parameters.

The following table describes the valid parameters:

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/tags/removeUserTags?userId=demo
 
///using http://primo:170X0/PrimoWebServices/xsTestClient.html ‘SEND via DELETE’

http://primo:170X/PrimoWebServices/xservice/tags/userTags?userId=demo

Output Example

<TagsAndReviews xmlns="http://com/exlibris/primo/xsd/tagsAndReview/config">

  <ERROR MESSEGE="Remove user tags successfully" CODE="0"/>

</TagsAndReviews>