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": "6ca956b9-c0a7-43ff-8365-2006ca859728",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "97dd1d9d-803d-4003-bc07-91d934f75b00",
      "functionality_id": "324076b9-3900-46c8-9dcf-cfbb399bf620",
      "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