Delete an index from the tableMethod : DELETEURI : /db/<dbname>/<table_name>/index/<index_name>Examplecurl -X DELETE http://192.168.1.105:18080/db/mydb/my_table_test/index/orgResponse{ "msg": "successfully dropped the index" }