mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
feat(alerting): add support for deleting alert rules
This commit is contained in:
@@ -84,6 +84,10 @@ type SaveAlertsCommand struct {
|
||||
Alerts *[]AlertRule
|
||||
}
|
||||
|
||||
type DeleteAlertCommand struct {
|
||||
AlertId int64
|
||||
}
|
||||
|
||||
//Queries
|
||||
type GetAlertsQuery struct {
|
||||
OrgId int64
|
||||
|
||||
Reference in New Issue
Block a user