Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_event deleted
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": "c958150b-2c1e-4d8a-9bae-f53e4312577d",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "f80d7f0a-a783-42a6-82e6-b25d2763875a",
"service_id": "d21d5600-7bdb-4cb3-ba2d-433f7daf7635",
"status": "partial_outage"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_event deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_event_services/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c958150b-2c1e-4d8a-9bae-f53e4312577d",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "f80d7f0a-a783-42a6-82e6-b25d2763875a",
"service_id": "d21d5600-7bdb-4cb3-ba2d-433f7daf7635",
"status": "partial_outage"
}
}
}