How to delete dataflow present in the project using Rest Command
I have a dataflow that has internally many transformations present in it. When I’m trying to delete from UI it is taking more time than usual. How do I delete this jobflow from backend
Be using Rest Curl command we can Delete Data Flow
Data Flow Delete:
curl “http://172.40.9.120:9000/diyotta-rest/delete?project=CTC_Certification_3115_Build&layer=Layer_1&objecttype=DATAFLOW&object=df_test” -H “Authorization:Og0ayD/FXGZz64cmqiq90Q==”
Example
curl “http://172.40.9.130:9080/diyotta-rest/delete?project=0BQ&layer=Ingestion&objecttype=DATAFLOW&object=test_1431&forcedelete=Yes” -H “Authorization:u2YhKUq1+UtG1ftQiRiYQg==”
Data Flow Design
Backend Run Command