Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_permission_set_resource deleted
Delete a specific incident_permission_set_resource by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "320cf66f-7ac6-48c2-b9d6-c22445f1eb78",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "d3b356aa-24f0-4080-ab46-506569af73f4",
"kind": "incident_types",
"private": false,
"resource_id": "10790ae4-a752-4382-be67-a47fdd57ae18",
"resource_type": "IncidentType",
"updated_at": "2025-10-31T18:56:46.984-07:00",
"created_at": "2025-10-31T18:56:46.984-07:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_permission_set_resource deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "320cf66f-7ac6-48c2-b9d6-c22445f1eb78",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "d3b356aa-24f0-4080-ab46-506569af73f4",
"kind": "incident_types",
"private": false,
"resource_id": "10790ae4-a752-4382-be67-a47fdd57ae18",
"resource_type": "IncidentType",
"updated_at": "2025-10-31T18:56:46.984-07:00",
"created_at": "2025-10-31T18:56:46.984-07:00"
}
}
}