Deleting data
To delete documents from an index run the DELETE
command
caution
This will actually delete the data from your index
If you are following along these simple tutorials, no problem as you can simply re run the commands to add the documents again
If you are dealing with a production site, please don't do this unless you know what you are doing 😅