Delete Vector Index
Delete an existing vector similarity search index.
This endpoint removes the specified index from the database. Important considerations:
- Deletion is permanent and cannot be undone
- Underlying vector data remains intact
- Queries will fall back to sequential scan
- Running queries during deletion may be slower
- Use run_with_orchestration=True for large indices to prevent timeouts
- Consider index dependencies before deletion
The operation returns immediately but cleanup may continue in background.
Path parameters
table_name
The table of vector embeddings to delete (e.g. vectors
, entity
, document_collections
)
Allowed values:
index_name
The name of the index to delete
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Key
Response
Successful Response
results