APIAlerts
Delete an alert rule
Stops the notifications this rule produced. What it already sent stays in the delivery history under the name the rule had at the time, and the channels it notified stay available to other rules.
Requires the manager role on the website and the alerting plan feature.
AuthorizationBearer <token>
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
workspaceId*string
websiteId*string
ruleId*string
Response Body
curl -X DELETE "https://example.com/v1/workspaces/string/websites/string/alerts/rules/string"Empty
Update an alert rule PATCH
Changes a rule's name, cooldown, channels, or enabled state. Sending channelIds replaces the whole set.
List alert deliveries GET
Shows what was actually sent, newest first: the rule that triggered it, what that rule was watching for, the channel, the number of attempts, and the upstream...