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": "4926871e-6617-4140-b530-2adb7c71f78e",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "a50407d9-f1e1-40da-ab27-f88709184b87",
"functionality_id": "f418b8ce-0895-48b5-8370-59c0b4d49bbd",
"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": "4926871e-6617-4140-b530-2adb7c71f78e",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "a50407d9-f1e1-40da-ab27-f88709184b87",
"functionality_id": "f418b8ce-0895-48b5-8370-59c0b4d49bbd",
"status": "partial_outage"
}
}
}