v3

latestOpenAPI 3.0.3raw.githubusercontent.com2026-04-279152.1 KB
Points

Clear payload

Remove all payload fields from the specified points, leaving them with an empty payload. Only explicitly listed point IDs are supported; filter-based targeting is not available for this operation. Points that already have an empty payload are unaffected.

post/collections/{collection_name}/points/payload/clear

Path parameters

collection_namestring required
Example:my_collection

The name of the collection containing the target points.

Request body

Example request

{
  "points": [
    5
  ]
}

Response

Payload cleared

timenumber double

Time spent to process this request, in seconds.

statusstring

Operation status. Returns ok on success.

Example response

{
  "time": 0.000059651,
  "status": "ok",
  "result": {
    "status": "Completed"
  }
}