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": "9dfa4fcf-afcf-4019-9a3f-a9a9191da445",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "5111bcc8-6fd0-4bd0-8ba7-f85e5faf53b7",
      "service_id": "3635c136-b4d8-4727-b8c2-bfd8f93d9252",
      "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.