Delete alert rule by UID
DELETE/v1/grafana/api/v1/provisioning/alert-rules/:UID
Deletes the annotation that matches the specified id. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
UID stringrequired
Responses
- 200
successful query
- application/json
- Schema
- Example (from schema)
Schema
message string
Confirmation message.
{
"message": "Annotation deleted"
}
Loading...