Weaviate · Example Payload

Weaviate Batch Delete Response Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Batch Delete Response Example is an example object payload from Weaviate, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

matchoutputdeletionTimeUnixMillidryRunresults

Example Payload

Raw ↑
{
  "match": {
    "class": "City",
    "where": {
      "id": "example-id"
    }
  },
  "output": "minimal",
  "deletionTimeUnixMilli": 55,
  "dryRun": false,
  "results": {
    "matches": 44.48,
    "limit": 57.04,
    "successful": 60.0,
    "failed": 21.9,
    "objects": [
      {
        "id": null,
        "status": null,
        "errors": null
      }
    ]
  }
}