{BARCODE}. The operation will succeed if the barcode is not associated with any inventory movements, unless forced by setting the parameter ignore_movements=true (If the ignore_movements parameter is not set, its default value is false).ignore_movements=false parameter.{BARCODE} must exist in the system.DELETE request with a valid {BARCODE} and optional query parameter ignore_movements.ignore_movements=false and there are no inventory movements associated with the barcode, it is removed, and the API returns a success message.ignore_movements=true, the API will delete the barcode regardless of inventory movement status (not recommended).ignore_movements=false and the barcode is associated with inventory movements, the API returns a 409 Conflict error.{
"message": "This SKU/barcode has been already moved"
}{BARCODE} does not exist, the API returns a 404 Not Found error.{
"message": "Product not found with barcode: {{barcode}}"
}