How to delete datapoint present in the project using Rest Command
I have a datapoint that is present in the project. When I’m trying to delete from UI it is taking more time than usual. How do I delete this datapoint from the backend
By using the below command we can delete datapoint from the backend
Data Point Delete command :
curl “http://172.40.9.120:9000/diyotta-rest/delete?project=CTC_Certification_3115_Build&group=NETEZZA&dbtype=Netezza&objecttype=DATAPOINT&object=NETEZZA_datapoint” -H “Authorization:Og0ayD/FXGZz64cmqiq90Q==”
Example For your reference
curl “http://172.40.9.130:9080/diyotta-rest/delete?project=0BQ&group=REST&dbtype=REST&objecttype=DATAPOINT&object=dp_rest143” -H “Authorization:ybAiBQul+z1ZxgkZ/+IPLQ==”