DELETE
/
v1
/
incident_roles
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_roles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "6497c81c-ddec-4be6-8e80-ef87c3ad10fb",
    "type": "incident_roles",
    "attributes": {
      "slug": "libero-hic-eaque-temporibus",
      "name": "Libero hic eaque temporibus.",
      "summary": null,
      "description": null,
      "position": 1,
      "optional": false,
      "enabled": true,
      "allow_multi_user_assignment": false,
      "created_at": "2025-05-29T17:45:27.929-07:00",
      "updated_at": "2025-05-29T17:45:32.158-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.