Alerts
Delete Alert
Delete an alert and its execution history.
This operation:
- Removes the alert from MongoDB
- Deletes all execution history for this alert
- Does NOT affect the referenced retriever
delete/v1/alerts/{alert_identifier}
Path parameters
alert_identifierstring required
Alert ID (alt_...) or name
Alert ID (alt_...) or name
Response
Successful Response
{"stackTrail":"paths:/v1/alerts/{alert_identifier}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 32 revisions of this API.1
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○