Documents
Delete documents
While we plan to release more options to delete your documents (e.g. by query), for the starter you can delete documents by their _id
.
Delete by _id
To delete documents by their _id
, you can pass a list of _id
s to the delete
method:
If your document is too large it can take a moment delete it. You can check the status of the deletion by querying the document again.
Next steps
Need support or want to give some feedback? You can join our community or drop us an email at support@topk.io.
Was this page helpful?