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": "30c50e8c-f1da-49cf-8769-2f017cdc4b0c",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "9d11a20d-d9f7-4661-a9b5-b3b2217942b8",
      "service_id": "873c65c7-65d9-47fa-b7cb-6056b7945ee0",
      "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