Method : DELETE

URI : /db/<dbname>/<table_name>

Example

curl -X DELETE http://192.168.1.105:18080/db/mydb/my_table_test

Response

{
   "msg": "successfully dropped the table"
}