DELETE /api/v2/buyer/update-proposals/{id}
Cancels an in-flight (PENDING) update proposal before the sales agent resolves it. Returns 204 No Content on success. A proposal that has already been APPROVED or REJECTED cannot be cancelled.
Request
Parameters
| Param | Type | Required | Notes |
|---|---|---|---|
id | string (path) | Yes | Update proposal ID |
Response
204 No Content — the proposal was cancelled. The response has no body.
Errors
404 NOT_FOUND— the proposal does not exist or belongs to a different customer.409 CONFLICT— the proposal is already resolved (APPROVEDorREJECTED) and cannot be cancelled.
Related
Update proposal tasks
All update proposal operations
Get update proposal
Poll resolution status