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: accounts.locations.reviews.deleteReply
Belirtilen yoruma verilen yanıtı siler. Bu işlem yalnızca belirtilen konum doğrulandığında geçerlidir.
HTTP isteği
DELETE https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/reviews/*}/reply
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Silme yanıtının adı.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Başarılı olursa yanıt gövdesi boş olur.
Yetkilendirme Kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
Daha fazla bilgi için OAuth 2.0'a Genel Bakış başlıklı makaleye bakın.
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."],[[["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."]]],["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"]]