The delete method allows you to delete documents from your index using various criteria. You can delete documents by their IDs, by ID prefix or with metadata filter.
Arguments#
One or more document IDs to delete.
OR
Show propertiesHide properties
One or more document IDs to delete.
A string prefix to match document IDs for deletion. All documents with IDs starting with this prefix will be deleted.