Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
incident_type deleted
Delete a specific incident_type by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1c6d0c2f-be54-478c-bb33-d3992331cb17",
"type": "incident_types",
"attributes": {
"slug": "molestiae-autem-qui-voluptatibus",
"name": "Molestiae autem qui voluptatibus.",
"description": "Consequatur qui ut aut.",
"color": "#D7E7F5",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-11-27T00:10:23.663-08:00",
"updated_at": "2025-11-27T00:10:25.893-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
incident_type deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1c6d0c2f-be54-478c-bb33-d3992331cb17",
"type": "incident_types",
"attributes": {
"slug": "molestiae-autem-qui-voluptatibus",
"name": "Molestiae autem qui voluptatibus.",
"description": "Consequatur qui ut aut.",
"color": "#D7E7F5",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-11-27T00:10:23.663-08:00",
"updated_at": "2025-11-27T00:10:25.893-08:00"
}
}
}