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}

Path Parameters

id
string
required

Vector store ID or name

Response

200

Vector store deleted successfully.