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": "8eae5965-e557-4edc-888c-0d2dff873d57",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "1f65f00c-b210-4961-83d7-87726b30b706",
      "functionality_id": "4fc6337a-3505-4b53-b303-266dd9a101d3",
      "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.