[[["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 document explains how to remove the association between a deal and a creative using the Google Ad Exchange Buyer API."],["The request is sent as a POST request to a specific URL with path parameters for account and creative IDs."],["The request body includes the deal ID to be disassociated, specified within an \"association\" object."],["Successful execution results in an empty response body, indicating completion of the removal."],["Authorization requires the `https://www.googleapis.com/auth/adexchange.buyer` OAuth scope."]]],["This document details the process for removing a deal association. The `POST` request is sent to a specific URL including the account and creative IDs. The request body requires a JSON payload with the associated deal's ID. Path parameters, `association.accountId` and `association.creativeId`, specify the account and creative. Upon successful completion of this request, an empty response body is sent. This process needs `https://www.googleapis.com/auth/adexchange.buyer` authorization scope.\n"]]