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": "1a1eb84f-7fa4-49d4-918f-404896dcc93b",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "074eb07b-3368-48e8-9898-5e858c7f2e0e",
      "functionality_id": "bbb0e115-c3c7-423a-8df8-9b41218c260b",
      "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