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": "85cff84c-5a7b-4156-ac78-8bcbb20c4aae",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "0d736f6e-70fb-4655-abe0-72120a4cb3ca",
"functionality_id": "11c4c5a5-e7ac-4e4f-a6da-901b6bbbd8e2",
"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": "85cff84c-5a7b-4156-ac78-8bcbb20c4aae",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "0d736f6e-70fb-4655-abe0-72120a4cb3ca",
"functionality_id": "11c4c5a5-e7ac-4e4f-a6da-901b6bbbd8e2",
"status": "partial_outage"
}
}
}