Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
incident_permission_set deleted
Delete a specific incident_permission_set by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_permission_sets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "34324fd3-fb82-4538-9737-7adead88eb63",
"type": "incident_permission_sets",
"attributes": {
"team_id": 297,
"name": "Iste quia deserunt quod.",
"slug": "iste-quia-deserunt-quod",
"description": "Explicabo neque illum quo.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2025-11-05T16:13:49.193-08:00",
"created_at": "2025-11-05T16:13:49.015-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
incident_permission_set deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_permission_sets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "34324fd3-fb82-4538-9737-7adead88eb63",
"type": "incident_permission_sets",
"attributes": {
"team_id": 297,
"name": "Iste quia deserunt quod.",
"slug": "iste-quia-deserunt-quod",
"description": "Explicabo neque illum quo.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2025-11-05T16:13:49.193-08:00",
"created_at": "2025-11-05T16:13:49.015-08:00"
}
}
}