elasticsearch/es-delete-index

Delete Index

Delete an index

elasticsearch
index
delete

Command

curl -X DELETE 'http://localhost:9200/my_index?pretty'

Examples

Delete users index

curl -X DELETE 'http://localhost:9200/users?pretty'