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": "966e054f-e313-49a2-ae26-d968970b560e",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "e3bdf650-c8b4-4cf8-b029-ffda59929219",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2026-02-13T18:07:48.608-08:00",
      "created_at": "2026-02-13T18:07:48.608-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