Error
Alerts
Delete an alert rule.
This also deletes every issue the rule ever opened — the issue rows cascade
off the definition, taking their comments, subscribers and activity history
with them. If you only want the rule to stop firing, PUT it back with
enabled: false instead. Returns 204 with no body.
DELETE
Error
Authorizations
A scoped AgentEye API key. Mint one in the dashboard under Settings → API keys, or with POST /v1/keys. Each endpoint names the permission it requires; a key without it gets 403 and a required_permission field naming what was missing.
Path Parameters
The alert's id.
Response
Alert deleted, along with its issues.

