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": "ff75b61c-4d13-4804-a0df-d8f7525947c5",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "05f7e922-763e-436f-a465-903ec0de9836",
"kind": "incident_types",
"private": false,
"resource_id": "c8c96506-42ba-4f5a-8930-54d99a6dac7c",
"resource_type": "IncidentType",
"updated_at": "2026-01-03T21:27:44.303-08:00",
"created_at": "2026-01-03T21:27:44.303-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": "ff75b61c-4d13-4804-a0df-d8f7525947c5",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "05f7e922-763e-436f-a465-903ec0de9836",
"kind": "incident_types",
"private": false,
"resource_id": "c8c96506-42ba-4f5a-8930-54d99a6dac7c",
"resource_type": "IncidentType",
"updated_at": "2026-01-03T21:27:44.303-08:00",
"created_at": "2026-01-03T21:27:44.303-08:00"
}
}
}