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": "b14f2e54-64b0-468e-868d-01ad3ac8ca9c",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "54c0ee35-6991-4498-a304-6dcd334eba4a",
      "kind": "incident_types",
      "private": false,
      "resource_id": "7dceb4f8-871b-4a70-8dab-71ea7cbdf568",
      "resource_type": "IncidentType",
      "updated_at": "2025-05-08T00:21:01.830-07:00",
      "created_at": "2025-05-08T00:21:01.830-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

The response is of type object.