Weaviate · Schema

BatchDeleteResponse

Delete Objects response.

Vector DatabaseArtificial IntelligenceMachine-LearningSemantic SearchOpen-SourceGraphQLKubernetes

Properties

Name Type Description
match object Outlines how to find the objects to be deleted.
output string Controls the verbosity of the output, possible values are: `minimal`, `verbose`. Defaults to `minimal`.
deletionTimeUnixMilli integer Timestamp of deletion in milliseconds since epoch UTC.
dryRun boolean If true, objects will not be deleted yet, but merely listed. Defaults to false.
results object
View JSON Schema on GitHub

JSON Schema

weaviate-batchdeleteresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchDeleteResponse",
  "title": "BatchDeleteResponse",
  "type": "object",
  "description": "Delete Objects response.",
  "properties": {
    "match": {
      "type": "object",
      "description": "Outlines how to find the objects to be deleted.",
      "properties": {
        "class": {
          "type": "string",
          "description": "The name of the collection (class) from which to delete objects.",
          "example": "City"
        },
        "where": {
          "$ref": "#/components/schemas/WhereFilter"
        }
      }
    },
    "output": {
      "type": "string",
      "description": "Controls the verbosity of the output, possible values are: `minimal`, `verbose`. Defaults to `minimal`.",
      "default": "minimal"
    },
    "deletionTimeUnixMilli": {
      "type": "integer",
      "format": "int64",
      "description": "Timestamp of deletion in milliseconds since epoch UTC."
    },
    "dryRun": {
      "type": "boolean",
      "description": "If true, objects will not be deleted yet, but merely listed. Defaults to false.",
      "default": false
    },
    "results": {
      "type": "object",
      "properties": {
        "matches": {
          "type": "number",
          "format": "int64",
          "description": "How many objects were matched by the filter."
        },
        "limit": {
          "type": "number",
          "format": "int64",
          "description": "The most amount of objects that can be deleted in a single query, equals [`QUERY_MAXIMUM_RESULTS`](https://docs.weaviate.io/deploy/configuration/env-vars#QUERY_MAXIMUM_RESULTS)."
        },
        "successful": {
          "type": "number",
          "format": "int64",
          "description": "How many objects were successfully deleted in this round."
        },
        "failed": {
          "type": "number",
          "format": "int64",
          "description": "How many objects should have been deleted but could not be deleted."
        },
        "objects": {
          "type": "array",
          "description": "With output set to `minimal` only objects with error occurred will the be described. Successfully deleted objects would be omitted. Output set to `verbose` will list all of the objects with their respective statuses.",
          "items": {
            "format": "object",
            "description": "Results for this specific Object.",
            "properties": {
              "id": {
                "type": "string",
                "format": "uuid",
                "description": "The UUID of the object."
              },
              "status": {
                "type": "string",
                "enum": [
                  "SUCCESS",
                  "DRYRUN",
                  "FAILED"
                ],
                "default": "SUCCESS"
              },
              "errors": {
                "$ref": "#/components/schemas/ErrorResponse"
              }
            }
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/weaviate-batchdeleteresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.