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": "0ce09046-23a5-4765-8afe-7303863df7c9",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "f1eebb65-3f40-456c-a9ea-0b8307c02093",
      "service_id": "aa1a5810-319d-490b-a838-071b1dd10e8c",
      "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