action apache_delete_dag_run { label: "Delete a DAG run" provider: apache method: DELETE path: "/dags/{dag_id}/dagRuns/{dag_run_id}" encoding: json output: { type: "object" additionalProperties: true } }