Delete a tableMethod : DELETEURI : /db/<dbname>/<table_name>Examplecurl -X DELETE http://192.168.1.105:18080/db/mydb/my_table_testResponse{ "msg": "successfully dropped the table" }