Skip to main content

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 of assign_tags_to_reviews.
bid is the location business ID (child location), not the enterprise account ID. Call get_child_locations to get valid location IDs.Removing tags is immediate and cannot be undone.

Parameters

Example Usage

Notes

  • Either reviewIds OR at least one filter parameter (fromDate, toDate, sources, ratings, keywords, searchStr) must be provided.
  • Use get_review_tags to confirm the exact tag name before removing.
  • Use get_reviews to find reviewIds for explicit removal.