Graphlit MCP Server

Official
by graphlit
Verified

deleteContent

Remove specific content by its identifier using this tool. Returns the deleted content's identifier and state, ensuring data management in the Graphlit MCP Server environment.

Instructions

Delete content. Accepts a content identifier. Returns the content identifier and content state, i.e. Deleted.

Input Schema

NameRequiredDescriptionDefault
idYesContent identifier.

Input Schema (JSON Schema)

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