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": "afa6af37-0785-4241-af4c-84da663cce63",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "e10a0a24-a243-4dd5-96f5-6dfcfad27d4b",
      "kind": "incident_types",
      "private": false,
      "resource_id": "99eff45f-55cb-405f-9a0c-e05ed48aa84a",
      "resource_type": "IncidentType",
      "updated_at": "2026-02-13T13:01:29.161-08:00",
      "created_at": "2026-02-13T13:01:29.161-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