Необходимый. Идентификатор назначенного источника инвентаря, который необходимо удалить.
Параметры запроса
Параметры
owner параметра объединения. Необходимый. Идентифицирует объект DV360, которому принадлежит родительская группа источников инвентаря. Это может быть как партнер, так и рекламодатель. owner может быть только один из следующих:
[null,null,["Последнее обновление: 2024-11-06 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"]]