DELETE
/
v1
/
incident_permission_set_resources
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f9958e66-0fb0-450b-9ca6-a1cf68951e0a",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "c9587a3b-c5ba-447c-be13-8f3fa3ccbe79",
      "kind": "incident_types",
      "private": false,
      "resource_id": "bd8768c4-0124-438a-ba7b-654b5cbfdf1b",
      "resource_type": "IncidentType",
      "updated_at": "2025-04-18T18:19:39.311-07:00",
      "created_at": "2025-04-18T18:19:39.311-07: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

200
application/vnd.api+json
incident_permission_set_resource deleted
data
object
required