How can I delete custom metrics I've created from Azure Portal Application Insights? Is it any query you can make to delete all the data?
I've created the metrics from C# code.
How can I delete custom metrics I've created from Azure Portal Application Insights? Is it any query you can make to delete all the data?
I've created the metrics from C# code.
You can use this purge api for deleting data. There is a table parameter if you want to delete data from a special table. But remember that the data is not deleted immediately, there are some days delay.
REST API PURGE is your friend if you want to delete any data from azure application insights. You can delete the data from any table of application insights based on timestamp of your choice. Refer for more details - https://sanganakauthority.blogspot.com/2019/06/how-to-delete-or-purge-azure.html