DELETE
/
v1
/
incident_roles
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_roles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "01ca2b11-5c02-4c87-b7c0-4b2181e3d3b0",
    "type": "incident_roles",
    "attributes": {
      "slug": "tenetur-pariatur-nihil-et",
      "name": "Tenetur pariatur nihil et.",
      "summary": null,
      "description": null,
      "position": 1,
      "optional": false,
      "enabled": true,
      "allow_multi_user_assignment": false,
      "created_at": "2025-06-20T12:01:12.297-07:00",
      "updated_at": "2025-06-20T12:01:16.483-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.