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": "1a1eb84f-7fa4-49d4-918f-404896dcc93b",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "074eb07b-3368-48e8-9898-5e858c7f2e0e",
"functionality_id": "bbb0e115-c3c7-423a-8df8-9b41218c260b",
"status": "partial_outage"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_event_functionalities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1a1eb84f-7fa4-49d4-918f-404896dcc93b",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "074eb07b-3368-48e8-9898-5e858c7f2e0e",
"functionality_id": "bbb0e115-c3c7-423a-8df8-9b41218c260b",
"status": "partial_outage"
}
}
}