curl --request POST \
--url https://api.decodahealth.com/inventory/stocks/unlink-stock \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
[
{
"itemId": "<string>",
"stockId": "<string>",
"quantityUsed": 123
}
]
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://api.decodahealth.com/inventory/stocks/unlink-stock \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
[
{
"itemId": "<string>",
"stockId": "<string>",
"quantityUsed": 123
}
]
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}