Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Response
incident_type deleted
The response is of type object
.
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": "43694d09-3e86-4499-9d2c-bd0169493b14",
"type": "incident_types",
"attributes": {
"slug": "dicta-et-sapiente-qui",
"name": "Dicta et sapiente qui.",
"description": "Numquam harum ad illo.",
"color": "#D7E7F5",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-09-14T17:31:37.763-07:00",
"updated_at": "2025-09-14T17:31:40.946-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
incident_type deleted
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_types/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "43694d09-3e86-4499-9d2c-bd0169493b14",
"type": "incident_types",
"attributes": {
"slug": "dicta-et-sapiente-qui",
"name": "Dicta et sapiente qui.",
"description": "Numquam harum ad illo.",
"color": "#D7E7F5",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-09-14T17:31:37.763-07:00",
"updated_at": "2025-09-14T17:31:40.946-07:00"
}
}
}