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": "b867ad96-4a9b-4a75-9300-e16a778576ef",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "6b41c42f-6351-4885-b5aa-4e84496544eb",
      "functionality_id": "56f3e40c-0c83-4f2e-8ff1-e5b06aa50751",
      "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

The response is of type object.