graphlit-mcp-server

Official

deleteCollection

Delete a collection. Does not delete the content in the collection. Accepts a collection identifier. Returns the collection identifier and collection state, i.e. Deleted.

Input Schema

NameRequiredDescriptionDefault
idYesCollection identifier.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Collection identifier.", "type": "string" } }, "required": [ "id" ], "type": "object" }