Drops a vector index.
delete
/vecdb/vector-indexes/{vector_table_name}
Drops the vector index associated to the specified vector table.
Request
Path Parameters
-
vector_table_name(required): string
The name of the vector table to which the vector index is associated to.
There's no request body for this operation.
Security
-
BasicAuth: http
Type:
http -
BearerAuth: http
Type:
http -
OAuth2: oauth2
Type:
oauth2
Response
Supported Media Types
- application/json
- application/problem+json
200 Response
Index dropped
400 Response
The request body included invalid parameters.
404 Response
The vector table was not found.