Delete a specific incident event service by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_event_services/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bfa4db55-3d8d-4756-abbf-164450a5edef",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "8ed7da12-5902-46c5-a105-cff345066520",
"service_id": "3815fb21-3fb1-4a2d-9d0e-2fbee3eb594d",
"status": "partial_outage"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_event_services/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bfa4db55-3d8d-4756-abbf-164450a5edef",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "8ed7da12-5902-46c5-a105-cff345066520",
"service_id": "3815fb21-3fb1-4a2d-9d0e-2fbee3eb594d",
"status": "partial_outage"
}
}
}