DocumentationAPI ReferenceπŸ““ TutorialsπŸ§‘β€πŸ³ Cookbook🀝 IntegrationsπŸ’œ Discord

This endpoint allows you to delete documents contained in your document store.
You can filter the documents to delete by metadata (like the document's name),
or provide an empty JSON object to clear the document store.

Example of filters:
'{"filters": {{"name": ["some", "more"], "category": ["only_one"]}}'

To get all documents you should provide an empty dict, like:
'{"filters": {}}'

Language
Click Try It! to start a request and see the response here!