Delete Item By Barcode
DELETE/items/barcode
Delete the item(s) from the database that match the provided barcode(s).
Parameters
barcode: string or list of string
The barcode(s) of the item(s) to be deleted.
Returns
CustomMessage
A message indicating the success or failure of the deletion.
Request
Responses
- 200
- 422
- 500
Successful Response
Validation Error
Internal Server Error