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": "207cea38-8021-45a7-9193-438c6ad9b2a5",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "387ebd5e-7538-414b-8edd-a285653364c8",
      "functionality_id": "e894f02c-aec5-485d-92c4-c638c6ce7dfc",
      "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.