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": "229fc437-576a-4e12-b37c-559a94451cf0",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "b3435df8-fbda-43ed-952c-cc32cd6ba1a9",
      "kind": "incident_types",
      "private": false,
      "resource_id": "5f863045-6ab0-4769-a59f-2fef3fb5e6b0",
      "resource_type": "IncidentType",
      "updated_at": "2025-03-28T23:01:54.773-07:00",
      "created_at": "2025-03-28T23:01:54.773-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