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": "1916e0e8-36b4-4d3f-a852-703fa5701630",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "53a92139-24be-4805-aaab-c51e906572c6",
      "service_id": "9e521518-1c3b-42c8-97db-5e34e23ec5a0",
      "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