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": "8d08270f-1243-4783-b582-90c14e9c9114",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "f7cb74d1-1672-41e4-a666-7b34ce65c569",
"kind": "incident_types",
"private": false,
"resource_id": "dae8e564-5030-483a-b569-4c5ff6ca8b78",
"resource_type": "IncidentType",
"updated_at": "2025-11-24T17:28:04.402-08:00",
"created_at": "2025-11-24T17:28:04.402-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": "8d08270f-1243-4783-b582-90c14e9c9114",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "f7cb74d1-1672-41e4-a666-7b34ce65c569",
"kind": "incident_types",
"private": false,
"resource_id": "dae8e564-5030-483a-b569-4c5ff6ca8b78",
"resource_type": "IncidentType",
"updated_at": "2025-11-24T17:28:04.402-08:00",
"created_at": "2025-11-24T17:28:04.402-08:00"
}
}
}