Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
incident_event deleted
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": "33129db3-0406-4a57-9758-dcde2f5233a4",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "26942ac6-4a11-41a4-a3f9-12069e9774d8",
"service_id": "c50799e7-07d9-4793-b701-ed7c3e27763c",
"status": "partial_outage"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
incident_event deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_event_services/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "33129db3-0406-4a57-9758-dcde2f5233a4",
"type": "incident_event_services",
"attributes": {
"incident_event_id": "26942ac6-4a11-41a4-a3f9-12069e9774d8",
"service_id": "c50799e7-07d9-4793-b701-ed7c3e27763c",
"status": "partial_outage"
}
}
}