Skip to main content
DELETE
/
v1
/
incident_types
/
{id}
Delete an incident type
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "8d427f29-cbef-457c-b365-d3f0bb637ce6",
    "type": "incident_types",
    "attributes": {
      "slug": "repudiandae-molestiae-tempora-est",
      "name": "Repudiandae molestiae tempora est.",
      "description": "Ducimus fugit deleniti quo.",
      "color": "#FAEBB7",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-10-04T16:09:15.484-07:00",
      "updated_at": "2025-10-04T16:09:17.857-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

incident_type deleted

data
object
required
I