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": "1d427fd0-8678-4b60-b0bf-8b1d95fe0c0c",
    "type": "incident_types",
    "attributes": {
      "slug": "molestiae-ea-et-vero",
      "name": "Molestiae ea et vero.",
      "description": "Quasi aliquid molestiae aut.",
      "color": "#D7F5E1",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-11-04T12:54:29.764-08:00",
      "updated_at": "2025-11-04T12:54:31.834-08: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