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": "bfc084b7-478c-4abd-98a2-5d90757d00e0",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "121cb2e7-f043-40da-9e55-3e79e7d6914d",
      "functionality_id": "39d33c71-03f9-42f8-9e21-6ca3d7c2d6fa",
      "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