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": "424e2318-19dc-4f34-8c3f-502bb755eb39",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "d2f42423-b5e5-47eb-9396-70839361559f",
      "functionality_id": "7e33c0b4-dde3-4ef5-88ac-ce4f6eae8934",
      "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
I