Delete Command for Python SDK#
The delete method allows you to delete documents from your index using various criteria.
Arguments#
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.
Response#
The number of documents that were successfully deleted.