Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_event deleted
Delete a specific incident event functionality by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_event_functionalities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5f6ddfbc-eedf-42bb-a92c-158a2a3deb49",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "112de689-8fc9-4295-8190-8a63647533e6",
"functionality_id": "41641b70-2a53-49fc-b18f-86a0026b0f13",
"status": "partial_outage"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_event deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_event_functionalities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5f6ddfbc-eedf-42bb-a92c-158a2a3deb49",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "112de689-8fc9-4295-8190-8a63647533e6",
"functionality_id": "41641b70-2a53-49fc-b18f-86a0026b0f13",
"status": "partial_outage"
}
}
}