5 lines
95 B
Bash
5 lines
95 B
Bash
|
|
clear
|
||
|
|
|
||
|
|
# Delete one record of Booking by id 1
|
||
|
|
curl -X DELETE localhost:8080/booking/1 --silent
|