You can now create recurring posts through theLocalPosts APIto keep your customers updated automatically. Additionally, you can access review media items and track your review reply status in theReviews APIto better manage customer feedback.
Method: accounts.locations.reviews.deleteReplyStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
Deletes a specified review's response permanently, but only if the location is verified.
Uses aDELETErequest tohttps://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/reviews/*}/reply, with the review reply's name provided as a path parameter.
Requires an empty request body and returns an empty response body upon successful deletion.
Needs authorization with eitherhttps://www.googleapis.com/auth/plus.business.manageorhttps://www.googleapis.com/auth/business.manageOAuth scopes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-07 UTC."],[],["This document details the process of deleting a review response via an API. The core action is sending a `DELETE` request to a specific URL: `https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/reviews/*}/reply`. The `name` parameter, representing the review reply's identifier, is mandatory within the URL path. The request body must be empty, and a successful deletion returns an empty response body. Authorization requires either the `plus.business.manage` or `business.manage` OAuth scope.\n"]]