Skip to content

Instantly share code, notes, and snippets.

@parisnakitakejser
Created January 27, 2022 11:09
Show Gist options
  • Save parisnakitakejser/80d009f8cbdc863ea371a86f81e9fe3c to your computer and use it in GitHub Desktop.
Save parisnakitakejser/80d009f8cbdc863ea371a86f81e9fe3c to your computer and use it in GitHub Desktop.
Remove Elasticsearch index
curl -X DELETE "localhost:9200/test-index-1?pretty"
curl -X DELETE "localhost:9200/test-index-3?pretty"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment