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/09 08:46:00 UTC

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

franck cussac created AIRFLOW-4916:
--------------------------------------

             Summary: 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


Currently, I have to use web interface if I want ot delete a DAG or use a hach 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)