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": "d3940ffc-3f99-4064-a9f6-312dd72713ee",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "3c4c5e47-79a6-4156-9419-95fdd392f32b",
      "kind": "incident_types",
      "private": false,
      "resource_id": "4338daf3-cf9b-45ba-85e7-9a785ba63c85",
      "resource_type": "IncidentType",
      "updated_at": "2026-01-23T22:57:48.318-08:00",
      "created_at": "2026-01-23T22:57:48.318-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_resource deleted

data
object
required