DELETE
/
v1
/
incident_roles
/
{id}
Delete an incident role
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_roles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "5394e1ff-eab9-4469-a20e-8023801cf2e7",
    "type": "incident_roles",
    "attributes": {
      "slug": "qui-iusto-sunt-officia",
      "name": "Qui iusto sunt officia.",
      "summary": null,
      "description": null,
      "position": 1,
      "optional": false,
      "enabled": true,
      "allow_multi_user_assignment": false,
      "created_at": "2025-08-08T21:52:48.192-07:00",
      "updated_at": "2025-08-08T21:52:50.581-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_role deleted

The response is of type object.