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": "82c0a7ae-f00d-44f3-880e-f809730c4190",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "1e2f2150-9ea4-48ec-a75e-3af70f9e9874",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2026-01-03T21:27:37.149-08:00",
      "created_at": "2026-01-03T21:27:37.149-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