DELETE
/
v1
/
incident_types
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f8ee39ea-db26-41a2-a9ed-6a61d027797a",
    "type": "incident_types",
    "attributes": {
      "slug": "quis-assumenda-in-aut",
      "name": "Quis assumenda in aut.",
      "description": "Doloremque corrupti laudantium illum.",
      "color": "#F5D9C4",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-06-20T12:43:44.697-07:00",
      "updated_at": "2025-06-20T12:43:47.919-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.