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": "30c50e8c-f1da-49cf-8769-2f017cdc4b0c",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "9d11a20d-d9f7-4661-a9b5-b3b2217942b8",
"service_id": "873c65c7-65d9-47fa-b7cb-6056b7945ee0",
"status": "partial_outage"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_event deleted
Show child attributes
Unique ID of the incident event service
incident_event_services Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_event_services/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "30c50e8c-f1da-49cf-8769-2f017cdc4b0c",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "9d11a20d-d9f7-4661-a9b5-b3b2217942b8",
"service_id": "873c65c7-65d9-47fa-b7cb-6056b7945ee0",
"status": "partial_outage"
}
}
}