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
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | No | The base URL of the Kafka Connect REST API. | |
| clusterId | No | The unique identifier for the Kafka cluster. | |
| connectorName | Yes | The name of the connector to delete. | |
| environmentId | No | The unique identifier for the environment this resource belongs to. |