📃 Managing documents
Delete Specific Documents
Docs can only be deleted via terms, it's up to you to make sure a given term is unique otherwise multiple docs can be deleted via this method.
NOTE: This only works with fast fields, so it's a good idea to make a unique id or use the document_id via the _id field.
delete/indexes/{index}/documents
Path parameters
indexstring required
Request body
Response
A standard response from Lnx, with a simple conformation message.