Delete Metric Alert Rule
Permanently removes a rule and cascades all of its recorded events. To stop notifications without losing history, use Toggle instead.
Path parameters
uuid string (uuid) Req
Alert rule UUID.
Response (204 No Content)
Empty body. Subsequent reads of the same UUID return 404.
Errors
401 Unauthorized
Missing auth.
404 Not Found
No rule with that UUID owned by the caller.
Request
curl -X DELETE "https://api.ngris.com/v1/traffic/alerts/<uuid>" \
-H "X-API-KEY: <your_api_key>"
Response
HTTP/1.1 204 No Content