You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "franck cussac (JIRA)" <ji...@apache.org> on 2019/07/10 08:40:00 UTC

[jira] [Closed] (AIRFLOW-4916) delete dag from experimental API

     [ https://issues.apache.org/jira/browse/AIRFLOW-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

franck cussac closed AIRFLOW-4916.
----------------------------------
    Resolution: Duplicate

> delete dag from experimental API
> --------------------------------
>
>                 Key: AIRFLOW-4916
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4916
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: api
>    Affects Versions: 1.10.3
>            Reporter: franck cussac
>            Assignee: franck cussac
>            Priority: Major
>
> Currently, I have to use web interface if I want ot delete a DAG or use a hack like this :
> {code:java}
> curl -X POST airflow:8080/admin/airflow/delete?dag_id=<dag_id>
> {code}
>  
> Expected :
> I want to be able to delete a dag like this :
> {code:java}
> curl -X DELETE airflow:8080/api/experimental/dags/<DAG_ID>{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)