5 lines
138 B
Bash
5 lines
138 B
Bash
|
|
clear
|
||
|
|
|
||
|
|
# They decided to remove one table from the establishment. It was a table with id 6
|
||
|
|
curl -X DELETE localhost:8080/table/6 --silent
|