Files
time-cafe-web-app/cmd/024_DELETE_Booking.sh
2026-07-12 13:47:34 +04:00

5 lines
95 B
Bash
Executable File

clear
# Delete one record of Booking by id 1
curl -X DELETE localhost:8080/booking/1 --silent