Delete a specific incident event service by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_event_services/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "51b151c8-2db4-479d-b8a8-dd81dc0c02ab",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "17745742-e3aa-4d88-912f-ebea0e1f6882",
"service_id": "711e67d2-593f-489c-99ba-cd86dfa9a1b8",
"status": "partial_outage"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_event_services/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "51b151c8-2db4-479d-b8a8-dd81dc0c02ab",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "17745742-e3aa-4d88-912f-ebea0e1f6882",
"service_id": "711e67d2-593f-489c-99ba-cd86dfa9a1b8",
"status": "partial_outage"
}
}
}