ज़रूरी है. असाइन किए गए इन्वेंट्री सोर्स का आईडी, जिसे मिटाना है.
क्वेरी पैरामीटर
पैरामीटर
यूनियन पैरामीटर owner. ज़रूरी है. यह DV360 इकाई की पहचान करता है, जिसके पास पैरंट इन्वेंट्री सोर्स ग्रुप का मालिकाना हक है. यह पार्टनर या विज्ञापन देने वाला हो सकता है. owner इनमें से सिर्फ़ एक हो सकता है:
[[["समझने में आसान है","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"]],["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["This operation deletes the assignment between an inventory source and an inventory source group within Display & Video 360."],["You must specify the inventory source group and assigned inventory source IDs in the request path."],["It's required to identify the owning entity (partner or advertiser) of the parent inventory source group using query parameters."],["The request body should be empty, and a successful operation will return an empty response body."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["The core action is deleting the assignment between an inventory source and its group using the `DELETE` HTTP method. This is done via the URL `https://displayvideo.googleapis.com/v1/inventorySourceGroups/{inventorySourceGroupId}/assignedInventorySources/{assignedInventorySourceId}`. The request requires two path parameters: `inventorySourceGroupId` and `assignedInventorySourceId`. Additionally, it uses the query parameter `owner` (either `partnerId` or `advertiserId`) to identify the owner. The request body is empty, and a successful response is also empty. The API requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]