DELETE
/
api
/
v1
/
products
/
inventory
/
{lot_id}
/
associations
curl --request DELETE \
  --url https://api.byblend.com/api/v1/products/inventory/{lot_id}/associations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "product_id": "98cae3a3-996c-4bf5-9143-0ab6d98bc1d0"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

lot_id
string
required

Unique (UUID) identifier for the inventory lot

Body

application/json

Response

201

Association removed successfully