Deleting an index is very simple:
$params = ['index' => 'my_index']; $response = $client->indices()->delete($params);
Most Popular
Video
Get Started with Elasticsearch
Intro to Kibana
ELK for Logs & Metrics