I wanted to delete logstash index and searched a lot regarding different tools like curl. But found the solution at the end.
Login into Kibana. Go to Dev Tools tab and type DELETE /logstash-*
in query field and hit green arrow button. if you get "acknowledged": true in response that means the data has been cleared.