Skip to main content
DELETE
/
api
/
v1
/
runtime
/
v1
/
vectors
/
documents
/
{documentId}
Delete Document
curl --request DELETE \
  --url https://api.runflow.ai/api/v1/runtime/v1/vectors/documents/{documentId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "vectorStore": "<string>"
}
'

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

documentId
string
required

Document UUID

Body

application/json
vectorStore
string
required

Response

{ success, documentId, vectorStore, message } on success.