Cancels an ongoing negotiation on a proposal. This does not cancel or end serving for the deals if the proposal has been finalized. If the proposal has not been finalized before, calling this method will set the Proposal.state to TERMINATED and increment the Proposal.proposal_revision. If the proposal has been finalized before and is under renegotiation now, calling this method will reset the Proposal.state to FINALIZED and increment the Proposal.proposal_revision. This method does not support private auction proposals whose Proposal.deal_type is 'PRIVATE_AUCTION'.
HTTP request
POST https://authorizedbuyersmarketplace.googleapis.com/v1/{proposal=buyers/*/proposals/*}:cancelNegotiation
[[["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."],[[["Cancels an ongoing proposal negotiation without impacting finalized deals, potentially terminating or resetting the proposal state."],["Uses an HTTP POST request to a specific endpoint with the proposal identified in the path parameters."],["Requires an empty request body and returns the updated Proposal object in the response."],["Needs authorization with the `https://www.googleapis.com/auth/authorized-buyers-marketplace` scope."],["Does not support private auction proposals with the 'PRIVATE_AUCTION' deal type."]]],[]]