Skip to main content
DELETE
/
v1
/
incident_event_services
/
{id}
Delete an incident event functionalitu
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"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

incident_event deleted

data
object
required