Required. The ID of the assigned inventory source to delete.
Query parameters
Parameters
Union parameter owner. Required. Identifies the DV360 entity that owns the parent inventory source group. It can be either a partner or an advertiser. owner can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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"]]