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": "0ce09046-23a5-4765-8afe-7303863df7c9",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "f1eebb65-3f40-456c-a9ea-0b8307c02093",
"service_id": "aa1a5810-319d-490b-a838-071b1dd10e8c",
"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": "0ce09046-23a5-4765-8afe-7303863df7c9",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "f1eebb65-3f40-456c-a9ea-0b8307c02093",
"service_id": "aa1a5810-319d-490b-a838-071b1dd10e8c",
"status": "partial_outage"
}
}
}