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
curl --request DELETE \ --url https://api.runflow.ai/api/v1/runtime/v1/vectors/documents/{documentId} \ --header 'Content-Type: application/json' \ --data ' { "vectorStore": "<string>" } '
Delete a document from vector store
Document UUID
{ success, documentId, vectorStore, message } on success.