DELETE
/
v1
/
incident_event_functionalities
/
{id}
Delete an incident event functionality
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_event_functionalities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4926871e-6617-4140-b530-2adb7c71f78e",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "a50407d9-f1e1-40da-ab27-f88709184b87",
      "functionality_id": "f418b8ce-0895-48b5-8370-59c0b4d49bbd",
      "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