delete_variable
Remove a specific variable from Apache Airflow by providing its key, enabling cleanup of configuration data in Airflow deployments including Astronomer Cloud.
Instructions
Delete a variable by key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |
Input Schema (JSON Schema)
{
"properties": {
"key": {
"title": "Key",
"type": "string"
}
},
"required": [
"key"
],
"type": "object"
}