Skip to main content
DELETE
/
api
/
v1
/
runtime
/
vector-stores
/
{id}
/
documents
/
{documentId}
Delete document from vector store (CLI/SDK)
curl --request DELETE \
  --url https://api.runflow.ai/api/v1/runtime/vector-stores/{id}/documents/{documentId}

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Vector store ID or name

documentId
string
required

Document ID (UUID)

Response

200

Document deleted successfully.