Delete an order (throw error if not found)
Deletes an order record by ID. Set ContineOn404Error=0 in the WITH clause to throw an error if the order ID is not found.
DELETE Orders WHERE Id=1111111111111 (ContineOn404Error=0)
Deletes an order record by ID. Set ContineOn404Error=0 in the WITH clause to throw an error if the order ID is not found.
DELETE Orders WHERE Id=1111111111111 (ContineOn404Error=0)