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": "4b476ecb-dbb7-4c3c-915c-2af22f5aefa9",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "9c74e1fa-39c8-4f7b-8003-b785cf5bc9ca",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2025-07-06T14:09:58.084-07:00",
      "created_at": "2025-07-06T14:09:58.084-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.