Unstructured API MCP Server

Official

delete_neo4j_destination

Remove a Neo4j destination connector by specifying its ID. This tool is part of the Unstructured API MCP Server, designed to manage and maintain data destinations.

Instructions

Delete an neo4j destination connector.

Args: destination_id: ID of the destination connector to delete Returns: String containing the result of the deletion

Input Schema

NameRequiredDescriptionDefault
destination_idYes

Input Schema (JSON Schema)

{ "properties": { "destination_id": { "title": "Destination Id", "type": "string" } }, "required": [ "destination_id" ], "title": "delete_neo4j_destinationArguments", "type": "object" }
ID: 56f7310rbq