{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Clear API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Clear", "type": "folder" }, "items": [ { "info": { "name": "Grafana Clear Help Flags", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/user/helpflags/clear" }, "docs": "This API operation clears help flags for the currently authenticated user in Grafana by sending a GET request to the /user/helpflags/clear endpoint. Help flags are typically used to track which help tooltips, tutorials, or onboarding messages a user has already seen within the Grafana interface. By clearing these flags, the system resets the help state, causing previously dismissed help messages and guidance prompts to be displayed again as if the user were accessing those features for the first" } ] } ], "bundled": true }