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": "c0ad30d0-4b19-41d3-a107-5574d81c4d44",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "3359eab9-338e-474a-b75b-2d1073a4e814",
      "functionality_id": "f665e009-4ca5-4e6d-aaa8-551388705cf1",
      "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