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": "e6ce600b-4b75-4a80-ac5b-84d5fec4d267",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "4bc6dc59-3e35-4071-bd36-8ac2c50d5631",
      "kind": "incident_types",
      "private": false,
      "resource_id": "33c79054-eab1-4d51-b1e1-536625f06432",
      "resource_type": "IncidentType",
      "updated_at": "2025-06-18T21:26:49.133-07:00",
      "created_at": "2025-06-18T21:26:49.133-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.