Method: accounts.dataSources.delete
מחיקה של מקור נתונים מחשבון Merchant Center.
בקשת HTTP
DELETE https://merchantapi.googleapis.com/datasources/v1beta/{name=accounts/*/dataSources/*}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. השם של מקור הנתונים שרוצים למחוק. פורמט: accounts/{account}/dataSources/{datasource}
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה הוא אובייקט JSON ריק.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/content
מידע נוסף זמין בOAuth 2.0 Overview.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. 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"]]