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": "f56c327b-6326-44fc-b791-dcc3dc4fc721",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "d3c18e21-b329-4662-8ba7-2c4a14a8ab1f",
"service_id": "1bc72cb4-3012-464e-a4dd-68dc5cbb38e9",
"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": "f56c327b-6326-44fc-b791-dcc3dc4fc721",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "d3c18e21-b329-4662-8ba7-2c4a14a8ab1f",
"service_id": "1bc72cb4-3012-464e-a4dd-68dc5cbb38e9",
"status": "partial_outage"
}
}
}