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": "e8eded43-029d-4829-9a18-d26a9fab9dbd",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "0a19620d-57ca-4863-a862-8443fb0a5e96",
      "service_id": "6b6c873e-aa18-4925-b355-fbcd994312e5",
      "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
data
object
required