DELETE
/
v1
/
incident_event_functionalities
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_event_functionalities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "68ec4eb9-5315-4c83-87e4-f7393b24dc3e",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "8599b0c9-c4c4-4309-abfb-a71cb7516df3",
      "functionality_id": "b9380aed-1a81-4f68-9340-d70603c298b6",
      "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

200
application/vnd.api+json
incident_event deleted
data
object
required