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": "eeaed7a3-580a-491b-96a2-1c6b45f09444",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "9d0935d3-d8e8-4e06-9540-f6ea199ec635",
"service_id": "1ae8bb5b-1c90-4ef0-8908-5d2eab9b1aba",
"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": "eeaed7a3-580a-491b-96a2-1c6b45f09444",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "9d0935d3-d8e8-4e06-9540-f6ea199ec635",
"service_id": "1ae8bb5b-1c90-4ef0-8908-5d2eab9b1aba",
"status": "partial_outage"
}
}
}