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": "3198e24f-30d5-4b98-ac91-740dd4914de0",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "c404b259-1e10-46df-9467-798d0db6c33d",
      "functionality_id": "b47a15c4-6191-41cf-90f0-53e4b5dc9939",
      "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