Skip to main content
DELETE
/
v1
/
incident_permission_set_resources
/
{id}
Delete an incident_permission_set_resource
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "75177059-9824-446c-9857-d1b349a0eebc",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "0e1e8e7b-faa1-4f84-a979-52c8fa984085",
      "kind": "incident_types",
      "private": false,
      "resource_id": "070d4f80-48bc-4026-be27-3501c53c9e05",
      "resource_type": "IncidentType",
      "updated_at": "2025-10-12T22:34:06.939-07:00",
      "created_at": "2025-10-12T22:34:06.939-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

incident_permission_set_resource deleted

data
object
required
I