action apache_delete_dag { label: "Delete a DAG" description: "Deletes all metadata related to the DAG, including finished DAG Runs and Tasks.\nLogs are not deleted. This action cannot be undone.\n\n*New in version 2.2.0*\n" provider: apache method: DELETE path: "/dags/{dag_id}" encoding: json output: { type: "object" additionalProperties: true } }