---
title: "POST /v1/{+proposal}:cancelNegotiation"
method: POST
path: "/v1/{+proposal}:cancelNegotiation"
tags: ["buyers"]
---

# POST /v1/{+proposal}:cancelNegotiation

`POST /v1/{+proposal}:cancelNegotiation`

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'.

## Path parameters

- `proposal` string, required

## Request body

- CancelNegotiationRequest — Request to cancel an ongoing negotiation.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/authorizedbuyersmarketplace.md) · [All operations](https://skmtc.net/google/apis/authorizedbuyersmarketplace/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/authorizedbuyersmarketplace/revisions/13e307206f76/schema)
