Skip to main content
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": "c0abfed7-3e2f-4cf8-85fa-980a53be4ef7",
    "type": "incident_roles",
    "attributes": {
      "slug": "id-hic-sed-dolor",
      "name": "Id hic sed dolor.",
      "summary": null,
      "description": null,
      "position": 1,
      "optional": false,
      "enabled": true,
      "allow_multi_user_assignment": false,
      "created_at": "2025-10-18T10:28:16.288-07:00",
      "updated_at": "2025-10-18T10:28:18.592-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
required

Resource UUID

Response

incident_role deleted

data
object
required
I