Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_permission_set_boolean deleted
Delete a specific incident_permission_set_boolean by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_permission_set_booleans/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b8f174a5-f4a2-4497-84a7-31ea584d27cb",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "5a262493-8c2b-4bb5-998e-86a4ff997b8c",
"kind": "update_summary",
"private": false,
"enabled": false,
"updated_at": "2025-10-30T05:30:30.756-07:00",
"created_at": "2025-10-30T05:30:30.756-07:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_permission_set_boolean deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_permission_set_booleans/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b8f174a5-f4a2-4497-84a7-31ea584d27cb",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "5a262493-8c2b-4bb5-998e-86a4ff997b8c",
"kind": "update_summary",
"private": false,
"enabled": false,
"updated_at": "2025-10-30T05:30:30.756-07:00",
"created_at": "2025-10-30T05:30:30.756-07:00"
}
}
}