Skip to main content
POST
Python

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 containing the target points.

Example:

"my_collection"

Body

application/json
keys
string[]
required

List of payload field names to remove.

Example:
points
(integer | string)[]
required

List of point IDs to remove keys from.

Example:

Response

Payload keys deleted

usage
object

Resource usage information for this request.

time
number<double>

Time spent to process this request, in seconds.

Example:

0.009149702

status
string

Operation status. Returns ok on success.

Example:

"ok"

result
object

Operation result containing the status of the payload key deletion.