Description
Removes an existing tag from one or more reviews. You can target reviews explicitly by ID, or remove the tag in bulk using filter criteria such as date range, source, rating, or keyword. This is the inverse ofassign_tags_to_reviews.
Parameters
Example Usage
Notes
- Either
reviewIdsOR at least one filter parameter (fromDate,toDate,sources,ratings,keywords,searchStr) must be provided. - Use
get_review_tagsto confirm the exact tag name before removing. - Use
get_reviewsto findreviewIdsfor explicit removal.