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": "e42e797e-090b-4cde-8bad-79669983cbc6",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "f5c8a3a6-60fd-4e1f-acae-ff921f796a26",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2025-08-07T22:37:44.194-07:00",
      "created_at": "2025-08-07T22:37:44.194-07: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

200
application/vnd.api+json

incident_permission_set_boolean deleted

The response is of type object.