Would like to delete Monitoring Point using explore API.
Sometimes device is in a state where it cannot be deleted from GUI, example: stuck upgrading
1. From Monitoring Points Page, add the Monitoring Point ID Column to view:
2. Once you have the Monitoring Point ID of the device you would like to delete, click the Gear on the top of the page and choose Explore API
3. Expand Appliance and click on Delete /v3/appliance/{id} > try it out > populate monitoring point id > click execute
4. You should get a return code of 204 if the operation was successful.