curl --request DELETE \
--url https://api.skulabs.com/item/remove_barcode \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_id": "<string>",
"upc": "<string>"
}
'{}/item/remove_barcode
curl --request DELETE \
--url https://api.skulabs.com/item/remove_barcode \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_id": "<string>",
"upc": "<string>"
}
'{}