Delete a vector table.
delete
/vecdb/vector-tables/{vector_table_name}
Drops the specified vector table.
Request
Path Parameters
-
vector_table_name(required): string
Name of the vector table. Must contain only letters, digits, and underscore (_).
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
Drop accepted.
404 Response
Table not found.