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": "d3940ffc-3f99-4064-a9f6-312dd72713ee",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "3c4c5e47-79a6-4156-9419-95fdd392f32b",
"kind": "incident_types",
"private": false,
"resource_id": "4338daf3-cf9b-45ba-85e7-9a785ba63c85",
"resource_type": "IncidentType",
"updated_at": "2026-01-23T22:57:48.318-08:00",
"created_at": "2026-01-23T22:57:48.318-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d3940ffc-3f99-4064-a9f6-312dd72713ee",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "3c4c5e47-79a6-4156-9419-95fdd392f32b",
"kind": "incident_types",
"private": false,
"resource_id": "4338daf3-cf9b-45ba-85e7-9a785ba63c85",
"resource_type": "IncidentType",
"updated_at": "2026-01-23T22:57:48.318-08:00",
"created_at": "2026-01-23T22:57:48.318-08:00"
}
}
}