VDB.DELETE
POST To delete a vector entry based on criteria
Request
- application/json
 
Body
op stringrequired
Default value: file.delete
The action
collection string
The collection
_keys string[]
List of keys to delete
Responses
- 200
 
- application/json
 
- Schema
 - Example (from schema)
 - Example 1
 
Schema
data string
The response
meta object
{
  "data": "string",
  "meta": {}
}
{
  "_key": "string",
  "url": "string",
  "filename": "string",
  "filesize": "string",
  "fileclass": "string",
  "object_key": "string",
  "info": {},
  "acl": "string",
  "content_type": "string",
  "image_variants": {}
}
Loading...