Files
time-cafe-web-app/cmd/024_DELETE_Booking.sh
T

5 lines
95 B
Bash
Raw Normal View History

2026-07-12 13:47:34 +04:00
clear
# Delete one record of Booking by id 1
curl -X DELETE localhost:8080/booking/1 --silent