删除文档Most Popular删除文档通过指定文档的 /index/type/id 路径可以删除文档: $params = [ 'index' => 'my_index', 'type' => 'my_type', 'id' => 'my_id'];// Delete doc at /my_index/my_type/my_id$response = $client->delete($params);Most Popular Get Started with Elasticsearch: VideoIntro to Kibana: VideoELK for Logs & Metrics: Video