Weaviate · Schema
BatchDelete
Weaviate BatchDelete schema
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, the call will show which objects would be matched using the specified filter without deleting any objects. Depending on the configured verbosity, you will either receive a count of |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-batch-delete-schema.json",
"title": "BatchDelete",
"description": "Weaviate BatchDelete schema",
"type": "object",
"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, the call will show which objects would be matched using the specified filter without deleting any objects. <br/><br/>Depending on the configured verbosity, you will either receive a count of affected objects, or a list of IDs.",
"default": false
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/weaviate-batch-delete"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.