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": "aa167396-0e68-418c-a3be-c0a9ec976ec6",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "ae334caf-ec94-4c86-ac46-745ace8ad55c",
      "kind": "incident_types",
      "private": false,
      "resource_id": "bffbb0a8-6b35-4aeb-b45c-cd1289bf0b4d",
      "resource_type": "IncidentType",
      "updated_at": "2025-11-27T00:09:39.351-08:00",
      "created_at": "2025-11-27T00:09:39.351-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