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": "ff75b61c-4d13-4804-a0df-d8f7525947c5",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "05f7e922-763e-436f-a465-903ec0de9836",
      "kind": "incident_types",
      "private": false,
      "resource_id": "c8c96506-42ba-4f5a-8930-54d99a6dac7c",
      "resource_type": "IncidentType",
      "updated_at": "2026-01-03T21:27:44.303-08:00",
      "created_at": "2026-01-03T21:27:44.303-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