mcp-confluent

Official
by confluentinc

delete-connector

Remove a specified connector from a Kafka environment using the MCP server. Ensures clean deletion and returns a success message upon completion.

Instructions

Delete an existing connector. Returns success message if deletion was successful.

Input Schema

NameRequiredDescriptionDefault
baseUrlNoThe base URL of the Kafka Connect REST API.
clusterIdNoThe unique identifier for the Kafka cluster.
connectorNameYesThe name of the connector to delete.
environmentIdNoThe unique identifier for the environment this resource belongs to.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseUrl": { "default": "", "description": "The base URL of the Kafka Connect REST API.", "format": "uri", "type": "string" }, "clusterId": { "description": "The unique identifier for the Kafka cluster.", "type": "string" }, "connectorName": { "description": "The name of the connector to delete.", "minLength": 1, "type": "string" }, "environmentId": { "description": "The unique identifier for the environment this resource belongs to.", "type": "string" } }, "required": [ "connectorName" ], "type": "object" }
ID: 8zh4gg3sw9