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": "3198e24f-30d5-4b98-ac91-740dd4914de0",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "c404b259-1e10-46df-9467-798d0db6c33d",
"functionality_id": "b47a15c4-6191-41cf-90f0-53e4b5dc9939",
"status": "partial_outage"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_event deleted
Show child attributes
Unique ID of the incident event functionality
incident_event_functionalities 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": "3198e24f-30d5-4b98-ac91-740dd4914de0",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "c404b259-1e10-46df-9467-798d0db6c33d",
"functionality_id": "b47a15c4-6191-41cf-90f0-53e4b5dc9939",
"status": "partial_outage"
}
}
}