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": "424e2318-19dc-4f34-8c3f-502bb755eb39",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "d2f42423-b5e5-47eb-9396-70839361559f",
"functionality_id": "7e33c0b4-dde3-4ef5-88ac-ce4f6eae8934",
"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": "424e2318-19dc-4f34-8c3f-502bb755eb39",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "d2f42423-b5e5-47eb-9396-70839361559f",
"functionality_id": "7e33c0b4-dde3-4ef5-88ac-ce4f6eae8934",
"status": "partial_outage"
}
}
}