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": "cd0e2a28-9c00-4710-a265-c9ed17d96c13",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "56a5e5ea-6941-4508-8bb7-45b8566be06b",
"service_id": "021cc1e8-1bf6-4769-9d95-c8695571a415",
"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": "cd0e2a28-9c00-4710-a265-c9ed17d96c13",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "56a5e5ea-6941-4508-8bb7-45b8566be06b",
"service_id": "021cc1e8-1bf6-4769-9d95-c8695571a415",
"status": "partial_outage"
}
}
}