delete_dag
Remove a Directed Acyclic Graph (DAG) from Apache Airflow to clean up workflows and manage Airflow deployments.
Instructions
Delete a DAG
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"dag_id": {
"title": "Dag Id",
"type": "string"
}
},
"required": [
"dag_id"
],
"type": "object"
}