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": "dfbef68d-499c-43f0-90e7-1316e17a2f5e",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "7d2a76ec-96bd-4179-b310-bd7207802da7",
      "service_id": "5c444e64-0a1a-41de-a6c8-fc146eae72af",
      "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.