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": "6a920942-711f-493f-a51e-ab6545536c3a",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "45669dc7-853a-4274-875a-a04ad701fd1e",
"service_id": "2f1d7050-017c-4fff-8861-2372f8fdaa1a",
"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": "6a920942-711f-493f-a51e-ab6545536c3a",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "45669dc7-853a-4274-875a-a04ad701fd1e",
"service_id": "2f1d7050-017c-4fff-8861-2372f8fdaa1a",
"status": "partial_outage"
}
}
}