Method: accounts.dataSources.delete
Удаляет источник данных из вашего аккаунта Merchant Center.
HTTP-запрос
DELETE https://merchantapi.googleapis.com/datasources/v1beta/{name=accounts/*/dataSources/*}
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
name | string Необходимый. Имя источника данных, который требуется удалить. Формат: accounts/{account}/dataSources/{datasource} |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа представляет собой пустой объект JSON.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/content
Для получения дополнительной информации см.OAuth 2.0 Overview .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-23 UTC.
[null,null,["Последнее обновление: 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"]]