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": "45bb00ee-143d-4d54-93fb-dbf10dd045d4",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "dab9f0c2-5b6d-4681-a37d-764efd7ec8f0",
"service_id": "bfc4ee4b-6237-484f-ba1d-8cd1f3ad6458",
"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": "45bb00ee-143d-4d54-93fb-dbf10dd045d4",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "dab9f0c2-5b6d-4681-a37d-764efd7ec8f0",
"service_id": "bfc4ee4b-6237-484f-ba1d-8cd1f3ad6458",
"status": "partial_outage"
}
}
}