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
Example response
{
"time": 0.000059651,
"status": "ok",
"result": {
"status": "Completed"
}
}