Method : DELETE

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

Example

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

Response

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