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

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

Response

200

Vector store deleted successfully.