You can now create recurring posts through the LocalPosts API to keep your customers updated automatically. Additionally, you can track your review reply status in the Reviews API to better manage customer feedback.
Method: accounts.locations.reviews.deleteReply
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
Deletes a specified review's response permanently, but only if the location is verified.
Uses a DELETE request to https://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 either https://www.googleapis.com/auth/plus.business.manage or https://www.googleapis.com/auth/business.manage OAuth 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"]]