DELETE
/
v1
/
incident_types
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "23957cc0-bb5a-41b2-9698-90a1f8a53e44",
    "type": "incident_types",
    "attributes": {
      "slug": "placeat-quia-dolorem-beatae",
      "name": "Placeat quia dolorem beatae.",
      "description": "Ab dolores vel et.",
      "color": "#D7E7F5",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-06-19T02:41:50.551-07:00",
      "updated_at": "2025-06-19T02:41:54.568-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/vnd.api+json

incident_type deleted

The response is of type object.