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": "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"
    }
  }
}

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

The response is of type object.