Delete vectors with the specified IDs from the specified vector table.

post

/vecdb/vector-tables/{vector_table_name}/delete

Delete vectors from a vector table.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : VectorDebugFlags
Type: object
Debug flags to be used to trace vector modules
Show Source
Nested Schema : ids
Type: array
The IDs of the vector table records to delete.
Show Source
Security
Back to Top

Response

Supported Media Types

200 Response

Deleted vectors count
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 specified vector table does not exists.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source
Back to Top