Skip to main content
DELETE
/
update-proposals
/
{id}
Cancel a pending update proposal
curl --request DELETE \
  --url https://api.interchange.io/api/v2/buyer/update-proposals/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "field": "<string>",
    "details": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.interchange.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

id
string
required
Minimum string length: 1

Response

No content