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": "d2330cac-6731-45e9-8123-85eec488a347",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "d6d8d610-c86f-4708-9360-62702276ac8c",
"functionality_id": "32135368-e35a-416e-b3e0-0203e82ece59",
"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": "d2330cac-6731-45e9-8123-85eec488a347",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "d6d8d610-c86f-4708-9360-62702276ac8c",
"functionality_id": "32135368-e35a-416e-b3e0-0203e82ece59",
"status": "partial_outage"
}
}
}