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": "f56c327b-6326-44fc-b791-dcc3dc4fc721",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "d3c18e21-b329-4662-8ba7-2c4a14a8ab1f",
      "service_id": "1bc72cb4-3012-464e-a4dd-68dc5cbb38e9",
      "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