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": "cb33ea1d-f44b-4932-ab6b-5d03c6891cb8",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "7f9fb659-b118-4c2a-b615-b6f026ef4142",
"functionality_id": "f9c391ad-7b51-4bb1-b927-745514a44fe8",
"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": "cb33ea1d-f44b-4932-ab6b-5d03c6891cb8",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "7f9fb659-b118-4c2a-b615-b6f026ef4142",
"functionality_id": "f9c391ad-7b51-4bb1-b927-745514a44fe8",
"status": "partial_outage"
}
}
}