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
This API endpoint (DELETE) removes a specified admin from a Google My Business location.
It requires an empty request body and returns an empty response body upon successful execution.
The API uses the name path parameter to identify the admin to be removed.
Authorization is required using one of the specified OAuth scopes: https://www.googleapis.com/auth/plus.business.manage or https://www.googleapis.com/auth/business.manage.
This endpoint is deprecated; use the Account Management API instead.
[[["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 outlines the process for removing an admin from a location via a `DELETE` HTTP request. The request uses a specific URL structure with a required `name` path parameter that represents the admin to be removed. The request body must be empty. A successful operation returns an empty response body. The method requires either the `plus.business.manage` or `business.manage` OAuth scope for authorization. Note that this method is deprecated, instead use the Account Management API.\n"]]