keelwave
API Referenceadmin/alert-rules

Deletes an alert rule

DELETE
/admin/orgs/{orgID}/projects/{projectID}/alert-rules/{ruleID}

Removes an alert rule and cascades to its alert_events. Requires admin role.

Path Parameters

orgID*string

Organization UUID

projectID*string

Project UUID

ruleID*string

Alert rule UUID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/admin/orgs/string/projects/string/alert-rules/string"
Empty