[[["เข้าใจง่าย","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-02-25 UTC"],[[["This operation deletes the assignment between an inventory source and an inventory source group using an HTTP DELETE request."],["It requires specifying the inventory source group ID and the assigned inventory source ID in the URL path."],["You must identify the owner of the parent inventory source group using either the partner ID or the advertiser ID as a query parameter."],["The request body should be empty, and a successful response will also result in an empty response body."],["Authorization is required with the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document details the process for deleting an assignment between an inventory source and an inventory source group. It uses a `DELETE` HTTP request to a specified URL. The URL requires two path parameters: `inventorySourceGroupId` and `assignedInventorySourceId` which are both string IDs. A query parameter `owner` is also required, which must contain one of the parameters `partnerId` or `advertiserId` indicating who owns the group. The request body must be empty, and successful deletion returns an empty JSON object. Requires OAuth scope `https://www.googleapis.com/auth/display-video`.\n"]]