Drops a vector index.

delete

/vecdb/vector-indexes/{vector_table_name}

Drops the vector index associated to the specified vector table.

Request

Path Parameters

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

Index dropped
Body ()
Root Schema : schema
Type: object
Show Source

400 Response

The request body included invalid parameters.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source

404 Response

The vector table was not found.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source
Back to Top