DELETE
/
v1
/
incident_permission_set_booleans
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_permission_set_booleans/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "de650d9e-3065-42c9-b7a7-6538e60be710",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "8c8e4ea6-b0a8-49cb-a5d8-cfac9c44f658",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2025-07-08T03:27:55.973-07:00",
      "created_at": "2025-07-08T03:27:55.973-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.