DELETE
/
v1
/
incident_roles
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_roles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b465c6cb-5eae-438d-9ae8-feb1cb161924",
    "type": "incident_roles",
    "attributes": {
      "slug": "iste-debitis-nihil-architecto",
      "name": "Iste debitis nihil architecto.",
      "summary": null,
      "description": null,
      "position": 1,
      "optional": false,
      "enabled": true,
      "allow_multi_user_assignment": false,
      "created_at": "2025-03-26T23:22:12.517-07:00",
      "updated_at": "2025-03-26T23:22:17.468-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
data
object
required