curl --request DELETE \
--url https://api.skulabs.com/kit/remove_barcode \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"kit_id": "<string>",
"upc": "<string>"
}
'{
"success": true
}Remove a barcode from a kit.
curl --request DELETE \
--url https://api.skulabs.com/kit/remove_barcode \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"kit_id": "<string>",
"upc": "<string>"
}
'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Barcode removed from kit
Whether the operation succeeded