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": "afa6af37-0785-4241-af4c-84da663cce63",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "e10a0a24-a243-4dd5-96f5-6dfcfad27d4b",
"kind": "incident_types",
"private": false,
"resource_id": "99eff45f-55cb-405f-9a0c-e05ed48aa84a",
"resource_type": "IncidentType",
"updated_at": "2026-02-13T13:01:29.161-08:00",
"created_at": "2026-02-13T13:01:29.161-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": "afa6af37-0785-4241-af4c-84da663cce63",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "e10a0a24-a243-4dd5-96f5-6dfcfad27d4b",
"kind": "incident_types",
"private": false,
"resource_id": "99eff45f-55cb-405f-9a0c-e05ed48aa84a",
"resource_type": "IncidentType",
"updated_at": "2026-02-13T13:01:29.161-08:00",
"created_at": "2026-02-13T13:01:29.161-08:00"
}
}
}