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": "<string>",
"status": "<string>",
"code": "<string>",
"detail": "<string>"
}
]
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_events/{id} \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"title": "<string>",
"status": "<string>",
"code": "<string>",
"detail": "<string>"
}
]
}