CentralCSP
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.

DELETE
/v1/workspaces/{workspaceId}/websites/{websiteId}/alerts/rules/{ruleId}

Authorization

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