Method: accounts.dataSources.delete
Consente di eliminare un'origine dati dal tuo account Merchant Center.
Richiesta HTTP
DELETE https://merchantapi.googleapis.com/datasources/v1beta/{name=accounts/*/dataSources/*}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
name |
string
Obbligatorio. Il nome dell'origine dati da eliminare. Formato: accounts/{account}/dataSources/{datasource}
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta è un oggetto JSON vuoto.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/content
Per ulteriori informazioni, consulta la sezione OAuth 2.0 Overview.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-01-23 UTC.
[null,null,["Ultimo aggiornamento 2025-01-23 UTC."],[[["This document outlines the process for deleting a data source from a Merchant Center account using an HTTP DELETE request."],["The request requires specifying the data source name in the URL path and an empty request body."],["Upon successful deletion, the response will be an empty JSON object."],["Authorization is necessary using the `https://www.googleapis.com/auth/content` OAuth scope."]]],["This document details the process for deleting a data source from a Merchant Center account. The core action is a `DELETE` HTTP request to a specific URL: `https://merchantapi.googleapis.com/datasources/v1beta/{name=accounts/*/dataSources/*}`. The `name` path parameter, a string, is mandatory, specifying the data source to delete. The request body must be empty. A successful deletion returns an empty JSON object. The `https://www.googleapis.com/auth/content` OAuth scope is required for authorization.\n"]]