How to delete a document from ElasticSearch (DELETE method)

Опубликовано: 12 Июль 2026
на канале: Ingenio Empresa
2,011
32

We use the DELETE method to delete documents or indexes from ElasticSearch, but we can also use the POST method with "delete by query" to perform a conditional delete, based on the attributes we pass in the body to match.

That's what we're talking about today.

Content:

00:22 - How to delete an index in ElasticSearch.
01:46 - Removing a document from an index by ID
02:58 - Deleting by query (delete by query)
05:31 - Delete all indexes with wildcard

Watch all the videos of the elastic search course:    • Elastic Search PASO a PASO (2023)  

Facebook: https://goo.gl/HDLFyn
Twitter: https://goo.gl/pcFziM

#elasticsearch #elasticsearchtutorial