Skip to content

Instantly share code, notes, and snippets.

@parisnakitakejser
Created January 27, 2022 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parisnakitakejser/4eb4b11a93b5ca25d5125b8e041f4a33 to your computer and use it in GitHub Desktop.
Save parisnakitakejser/4eb4b11a93b5ca25d5125b8e041f4a33 to your computer and use it in GitHub Desktop.
Delete document from elastic index
curl -XDELETE 'localhost:9200/test-index-1/1'
curl -XDELETE 'localhost:9200/test-index-1/2'
curl -XDELETE 'localhost:9200/test-index-1/3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment