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": "8d08270f-1243-4783-b582-90c14e9c9114",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "f7cb74d1-1672-41e4-a666-7b34ce65c569",
      "kind": "incident_types",
      "private": false,
      "resource_id": "dae8e564-5030-483a-b569-4c5ff6ca8b78",
      "resource_type": "IncidentType",
      "updated_at": "2025-11-24T17:28:04.402-08:00",
      "created_at": "2025-11-24T17:28:04.402-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