delete_dag was added in airflow 1.10 but its not supported by plugin.
delete_dag
Delete all DB records related to the specified DAG
airflow delete_dag [-h] [-y] dag_id
Positional Arguments
dag_id
The id of the dag
Named Arguments
-y, --yes
Do not prompt to confirm reset. Use with care!
Default: False
delete_dagwas added in airflow 1.10 but its not supported by plugin.delete_dagDelete all DB records related to the specified DAG
airflow delete_dag [-h] [-y] dag_idPositional Arguments
dag_idThe id of the dag
Named Arguments
-y, --yesDo not prompt to confirm reset. Use with care!
Default:
False