Google Business Performance API, tek bir API isteğinde birden fazla "GünlükMetrik" getirmeye olanak tanıyan
YENİ bir API yöntemine sahiptir.
Kullanımdan kaldırma planını ve v4 reportInsights API yönteminden Google Business Profile Performance API'ye geçiş talimatlarını inceleyin.
Method: locations.delete
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-12-02 UTC.
[null,null,["Son güncelleme tarihi: 2023-12-02 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"]]