airflow-mcp-server

by abhishekbhakat
Verified

delete_connection

delete_connection

Input Schema

NameRequiredDescriptionDefault
connection_idNo

Input Schema (JSON Schema)

{ "properties": { "connection_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Connection Id" } }, "title": "delete_connection_input", "type": "object" }