Skip to main content
POST

Authorizations

Authorization
string
header
required

Admin JWT or access token for authenticating requests to VectorAI DB.

Path Parameters

collection_name
string
required

The name of the collection to delete points from.

Body

application/json
points
(integer | string)[]
required

List of point IDs to delete.

Example:

Response

Points deleted

usage
object

Resource usage information for this request.

time
number<double>

Time spent to process this request, in seconds.

Example:

0.000119036

status
string

Operation status. Returns ok on success.

Example:

"ok"

result
object

Operation result containing the status of the deletion.