DELETE
/
v1
/
incident_event_services
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_event_services/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b2089061-3009-41e9-979e-1e1e6fe27c73",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "9a469a38-91b9-4caa-9a27-ac4b21610263",
      "service_id": "beea9394-950e-4560-859f-43cda8b02a39",
      "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

200
application/vnd.api+json

incident_event deleted

The response is of type object.