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": "aa167396-0e68-418c-a3be-c0a9ec976ec6",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "ae334caf-ec94-4c86-ac46-745ace8ad55c",
"kind": "incident_types",
"private": false,
"resource_id": "bffbb0a8-6b35-4aeb-b45c-cd1289bf0b4d",
"resource_type": "IncidentType",
"updated_at": "2025-11-27T00:09:39.351-08:00",
"created_at": "2025-11-27T00:09:39.351-08: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": "aa167396-0e68-418c-a3be-c0a9ec976ec6",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "ae334caf-ec94-4c86-ac46-745ace8ad55c",
"kind": "incident_types",
"private": false,
"resource_id": "bffbb0a8-6b35-4aeb-b45c-cd1289bf0b4d",
"resource_type": "IncidentType",
"updated_at": "2025-11-27T00:09:39.351-08:00",
"created_at": "2025-11-27T00:09:39.351-08:00"
}
}
}