I am using elastic APIs to add visualizations in kibana. For example,
curl -XPUT -H "Content-Type: {application/json}" http://localhost:9200/.kibana/visualization/Network-Bandwidth -d “@file”
I am able to add the visualization successfully. There is a requirement for deleting the visualizations after a certain period. Is there a curl command for deleting the visualization?