Delete a specific incident event by id
curl --request DELETE \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "incident_events",
"attributes": {
"event": "<string>",
"occurred_at": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"visibility": "internal"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "incident_events",
"attributes": {
"event": "<string>",
"occurred_at": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"visibility": "internal"
}
}
}