{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Mass API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Mass", "type": "folder" }, "items": [ { "info": { "name": "Grafana Mass Delete Annotations", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/annotations/mass-delete", "body": { "type": "json", "data": "{}" } }, "docs": "The Mass Delete Annotations API operation in Grafana allows users to delete multiple annotations in a single request by sending a POST request to the /annotations/mass-delete endpoint. This operation is useful for bulk cleanup of annotations based on specific criteria such as time range, dashboard ID, panel ID, tags, or annotation IDs. Instead of deleting annotations one by one, users can specify filter parameters in the request body to target multiple annotations at once, improving efficiency w" } ] } ], "bundled": true }