master
Search...
/
Cloud
GitHub
API Reference
Collections
points
POST
Retrieve points
PUT
Upsert points
GET
Retrieve a point
POST
Delete points
PUT
Update vectors
POST
Delete vectors
POST
Set payload
PUT
Overwrite payload
POST
Delete payload
POST
Clear payload
POST
Batch update points
POST
Scroll points
POST
Count points
POST
Facet a payload key with a given filter.
POST
Search points matrix distance pairs
POST
Search points matrix distance offsets
Search
Indexes
Snapshots
Aliases
Distributed
Service
Beta
Cloud
GitHub
API Reference
points
Delete payload
POST
http://localhost:6333
/
collections
/
:collection_name
/
points
/
payload
/
delete
Deletes a specified key payload for points.
Path parameters
collection_name
string
Required
Name of the collection to delete from
Query parameters
wait
boolean
Optional
If true, wait for changes to actually happen
ordering
enum
Optional
define ordering guarantees for the operation
Allowed values:
weak
medium
strong
Request
This endpoint expects an object.
keys
list of strings
Required
List of payload keys to remove from payload
points
list of integers or strings
Optional
Deletes values from each point in this list
Show 2 variants
filter
object or any
Optional
Deletes values from points that satisfy this filter condition
Show 2 variants
shard_key
string or integer or list of strings or integers or any
Optional
Show 2 variants
Response
This endpoint returns an object.
time
double
Optional
Time spent to process this request
status
string
Optional
result
object
Optional
Show 2 properties
Built with