Skip to main content
DELETE
/
v1
/
incident_permission_set_booleans
/
{id}
Delete an incident_permission_set_boolean
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_permission_set_booleans/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "35ef3092-cbc1-478a-8fb4-a6d2240c2a04",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "8acf69c1-185a-45b3-892d-58bd52330117",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2025-11-19T20:41:55.829-08:00",
      "created_at": "2025-11-19T20:41:55.829-08: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

incident_permission_set_boolean deleted

data
object
required