Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
OK
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>"
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK