חובה. השם של משאב הקלט של המוצר שרוצים למחוק. פורמט: accounts/{account}/productInputs/{product}, כאשר הקטע האחרון product מורכב מ-4 חלקים: channel~contentLanguage~feedLabel~offerId. דוגמה לשם מוצר היא "accounts/123/productInputs/online~iw~IL~sku123"
פרמטרים של שאילתה
פרמטרים
dataSource
string
חובה. מקור הנתונים הראשי או המשלים שממנו צריך למחוק את קלט המוצר. פורמט: accounts/{account}/dataSources/{datasource}
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה הוא אובייקט JSON ריק.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-01-23 (שעון UTC)."],[[["Permanently deletes a specific product input from your Merchant Center account using a DELETE request."],["Requires specifying the product input's name in the URL path, including account, channel, content language, feed label, and offer ID."],["Needs the data source (primary or supplemental) to be identified in the query parameters for targeted deletion."],["Utilizes OAuth 2.0 for authorization and mandates the `https://www.googleapis.com/auth/content` scope for access."],["Changes may take several minutes to reflect and retrieve the processed product after the deletion."]]],["This document details how to delete a product input from a Merchant Center account. The `DELETE` request is sent to a specific URL using gRPC Transcoding syntax. The `name` path parameter, formatted as `accounts/{account}/productInputs/{product}`, identifies the product. The `dataSource` query parameter, formatted as `accounts/{account}/dataSources/{datasource}`, specifies the data source. The request body must be empty, and a successful response returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]