Google Business Performance API has a NEW API method that allows fetching multiple `DailyMetrics` in a single API request. Review the deprecation schedule and instructions to migrate over from v4 reportInsights API method to Google Business Profile Performance API.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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 2024-10-16 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"]]