Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE "http://localhost:8080/delete" \ -H "Content-Type: application/json" \ -d '{"ids": ["item-1", "item-2"]}'
{ "status": "success", "deleted": 1, "not_found_ids": ["item-2"] }
Delete vectors by id.
Was this page helpful?