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": "ac2c2647-6b0c-4cc6-895b-edbd0d5e4615",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "bcb7e785-3281-4bea-9e51-f6ca4fcd5286",
"kind": "incident_types",
"private": false,
"resource_id": "ae103e06-bee7-4326-b60b-82e32de16cbc",
"resource_type": "IncidentType",
"updated_at": "2025-09-22T15:31:32.287-07:00",
"created_at": "2025-09-22T15:31:32.287-07: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": "ac2c2647-6b0c-4cc6-895b-edbd0d5e4615",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "bcb7e785-3281-4bea-9e51-f6ca4fcd5286",
"kind": "incident_types",
"private": false,
"resource_id": "ae103e06-bee7-4326-b60b-82e32de16cbc",
"resource_type": "IncidentType",
"updated_at": "2025-09-22T15:31:32.287-07:00",
"created_at": "2025-09-22T15:31:32.287-07:00"
}
}
}