Deletes a specific alert event. Only alert events with kind ‘note’ (user-created notes) can be deleted. System-generated events are immutable to maintain audit trail integrity.
curl --request DELETE \
--url https://api.rootly.com/v1/alert_events/{id} \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"title": "Not found or unauthorized",
"status": "404"
}
]
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_events/{id} \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"title": "Not found or unauthorized",
"status": "404"
}
]
}