DELETE
/
v1
/
incident_types
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "08a177e2-52a9-4bf4-b366-4f6a363df5d2",
    "type": "incident_types",
    "attributes": {
      "slug": "error-voluptatem-modi-cumque",
      "name": "Error voluptatem modi cumque.",
      "description": "Illo ut maiores vitae.",
      "color": "#F5D9C4",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-07-03T18:34:07.588-07:00",
      "updated_at": "2025-07-03T18:34:12.065-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.