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": "8bbec0d7-07a4-4465-8cf9-6d866f88e3f7",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "b8360de8-7e0c-442a-9fd1-90f1ef3854ad",
"service_id": "d029ac5e-c573-42ae-919a-cabeaca6f923",
"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": "8bbec0d7-07a4-4465-8cf9-6d866f88e3f7",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "b8360de8-7e0c-442a-9fd1-90f1ef3854ad",
"service_id": "d029ac5e-c573-42ae-919a-cabeaca6f923",
"status": "partial_outage"
}
}
}