Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
incident_role deleted
Delete a specific incident_role by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_roles/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c0d0f8d5-7fff-482f-a350-2095dbaf351d",
"type": "incident_roles",
"attributes": {
"slug": "numquam-sapiente-non-sequi",
"name": "Numquam sapiente non sequi.",
"summary": null,
"description": null,
"position": 1,
"optional": false,
"enabled": true,
"allow_multi_user_assignment": false,
"created_at": "2025-11-27T00:10:12.958-08:00",
"updated_at": "2025-11-27T00:10:15.152-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
incident_role deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_roles/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c0d0f8d5-7fff-482f-a350-2095dbaf351d",
"type": "incident_roles",
"attributes": {
"slug": "numquam-sapiente-non-sequi",
"name": "Numquam sapiente non sequi.",
"summary": null,
"description": null,
"position": 1,
"optional": false,
"enabled": true,
"allow_multi_user_assignment": false,
"created_at": "2025-11-27T00:10:12.958-08:00",
"updated_at": "2025-11-27T00:10:15.152-08:00"
}
}
}