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": "51b151c8-2db4-479d-b8a8-dd81dc0c02ab",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "17745742-e3aa-4d88-912f-ebea0e1f6882",
      "service_id": "711e67d2-593f-489c-99ba-cd86dfa9a1b8",
      "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