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": "d2330cac-6731-45e9-8123-85eec488a347",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "d6d8d610-c86f-4708-9360-62702276ac8c",
      "functionality_id": "32135368-e35a-416e-b3e0-0203e82ece59",
      "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