DELETE
/
v1
/
incident_types
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "531d29cf-e27f-4273-8c68-8518eed3e4c8",
    "type": "incident_types",
    "attributes": {
      "slug": "aut-veniam-sunt-reiciendis",
      "name": "Aut veniam sunt reiciendis.",
      "description": "Ut molestias tempora rerum.",
      "color": "#F4CFD1",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-03-19T17:40:52.842-07:00",
      "updated_at": "2025-03-19T17:40:57.604-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
data
object
required

Was this page helpful?