A API
Google Business Performance tem um
NOVO método de API que permite buscar várias "DailyMetrics" em uma única solicitação de API.
Confira a
programação de descontinuação e instruções para migrar do método de API reportInsights v4 para a API Google Business Profile Performance.
Method: locations.delete
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2023-12-01 UTC.
[null,null,["Última atualização 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"]]