curl --request DELETE \
--url https://api.decodahealth.com/inventory/stocks/archive/{id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Mark a stock as archived/removed.
curl --request DELETE \
--url https://api.decodahealth.com/inventory/stocks/archive/{id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}