curl --request POST \
--url https://api.decodahealth.com/inventory/stocks/unlink-supplier \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
[
{
"supplierId": "<string>",
"stockId": "<string>",
"supplierPartNumber": "<string>",
"price": 123,
"leadTime": 1
}
]
'