Skip to main content
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": "85cff84c-5a7b-4156-ac78-8bcbb20c4aae",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "0d736f6e-70fb-4655-abe0-72120a4cb3ca",
      "functionality_id": "11c4c5a5-e7ac-4e4f-a6da-901b6bbbd8e2",
      "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