Skip to main content
DELETE
/
buyer-instructions
/
{id}
Delete a buyer-instructions row
curl --request DELETE \
  --url https://api.interchange.io/api/v2/storefront/buyer-instructions/{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
integer
required

Surrogate id of the buyer-instruction row.

Required range: x <= 9007199254740991
Example:

17

Response

No content