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": "cb33ea1d-f44b-4932-ab6b-5d03c6891cb8",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "7f9fb659-b118-4c2a-b615-b6f026ef4142",
      "functionality_id": "f9c391ad-7b51-4bb1-b927-745514a44fe8",
      "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