Für die
Google Business Performance API gibt es eine
NEUE API-Methode, mit der sich mehrere „DailyMetrics“-Objekte in einer einzelnen Anfrage abrufen lassen.
Sehen Sie sich den
Zeitplan für die Einstellung und die Anleitung für die Migration von der reportInsights API-Methode Version 4 zur Google Business Profile Performance API an.
Method: locations.delete
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-01 (UTC).
[null,null,["Zuletzt aktualisiert: 2023-12-01 (UTC)."],[[["This document outlines the process for deleting a location using the Google My Business Business Information API."],["You must send an HTTP DELETE request to a specific URL, replacing `{name=locations/*}` with the actual location name."],["The request body should be empty, and if successful, the response will also be empty."],["Authorization requires the `https://www.googleapis.com/auth/business.manage` OAuth scope."],["If a location cannot be deleted using this API, you can manage it through the Google Business Profile website."]]],["This document details how to delete a location via API. The core action is a `DELETE` HTTP request to `https://mybusinessbusinessinformation.googleapis.com/v1/{name=locations/*}`, using gRPC Transcoding syntax. The `name` path parameter, a string, specifies the location to delete. The request body must be empty. A successful deletion results in an empty response body. This operation requires the `https://www.googleapis.com/auth/business.manage` OAuth scope. Locations not deletable via API should be managed on the Google Business Profile website.\n"]]