airflow-mcp-server

by abhishekbhakat
Verified

delete_variable

delete_variable

Input Schema

NameRequiredDescriptionDefault
variable_keyNo

Input Schema (JSON Schema)

{ "properties": { "variable_key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Variable Key" } }, "title": "delete_variable_input", "type": "object" }